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

Make the default context equal to IEEE 754 quadruple precision. #72

Closed mdickinson closed 8 years ago

mdickinson commented 8 years ago

This PR replaces the current default context with IEEE 754 quadruple precision, so that:

Closes #17.