libraries.json 431 B

12345678910111213141516
  1. {
  2. "key": "multiprecision",
  3. "name": "Multiprecision",
  4. "authors": [
  5. "John Maddock",
  6. "Christopher Kormanyos"
  7. ],
  8. "description": "Extended precision arithmetic types for floating point, integer andrational arithmetic.",
  9. "category": [
  10. "Math"
  11. ],
  12. "maintainers": [
  13. "John Maddock <john -at- johnmaddock.co.uk>",
  14. "christopher Kormanyos <e_float -at- yahoo.com>"
  15. ]
  16. }