mdickinson / bigfloat

Python wrapper for MPFR, providing high-precision floating-point arithmetic
GNU Lesser General Public License v3.0
41 stars 11 forks source link

Document MPFR_VERSION_STRING #33

Closed mdickinson closed 10 years ago

mdickinson commented 10 years ago

... and make it a regular str rather than unicode on Python 2.

mdickinson commented 10 years ago

mpfr_get_version should also always return a str.