Arbitrary-precision arithmetic: Difference between revisions

Content deleted Content added
Libraries: Partial undo - per talk, not all floats are decimal. Adjusted number type descriptions to use "float", optionally qualified with "decima;" or "binary" where known or previously indicated.
Fredrik (talk | contribs)
Line 225:
|-
|[[GNU Multi-Precision Library]] (and [[MPFR]])
|Integers, rationals and realsfloats
|[[C (programming language)|C]] and [[C++ (programming language)|C++]] with bindings ([http://www.aleax.it/gmpy.html GMPY],...)
|[[GNU Lesser General Public License|LGPL]]
Line 285:
|-
|[http://code.google.com/p/mpmath/ mpmath]
|DecimalFloats, complex floats
|[[Python (programming language)|Python]]
|[[BSD license|New BSD]]