issues
search
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
Wrap new flag functions and macros
#107
Closed
mdickinson
closed
4 years ago
mdickinson
commented
4 years ago
Wrap new
mpfr_flags_*
functions, which operate on collections of flags
Expose the
MPFR_FLAGS_*
constants to Python
Test reproducibility: ensure that each test in
TestMpfr
restores the flag state on tearDown, and presents a clear set of flags for the test.
mpfr_flags_*
functions, which operate on collections of flagsMPFR_FLAGS_*
constants to PythonTestMpfr
restores the flag state on tearDown, and presents a clear set of flags for the test.