📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-20 23:54:19
📂
/ (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