mdickinson / bigfloat

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

bigfloat.root always computes cube root #60

Closed mdickinson closed 10 years ago

mdickinson commented 10 years ago

The bigfloat.root function is miswired: thanks to a copy-and-paste error, it always calls the mpfr_cbrt function.