🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 05:03:33 | PHP 8.2.31
📂
/ (Root)
/
usr
/
share
/
awk
📍 /usr/share/awk
🔄 Refresh
✏️
Editing: have_mpfr.awk
Read Only
# 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