📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-27 20:52:19
📂
/
/
usr
/
share
/
awk
✏️
Editing: have_mpfr.awk
# 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))))) }
💾 Save Changes
❌ Cancel