D7net
Home
Console
Upload
information
Create file
Create Folder
About
Tools
Logout
Path :
/
usr
/
share
/
java
/
..
/
java
/
..
/
python3
/
..
/
python3
/
..
/
python3
/
..
/
python3
/
..
/
misc
/
..
/
awk
/
Filename :
have_mpfr.awk
back
Edit
Copy
# adequate_math_precision --- return true if we have enough bits # # Andrew Schorr, aschorr@telemetry-investments.com, Public Domain # May 2017 function adequate_math_precision(n) { return (1 != (1+(1/(2^(n-1))))) }