Preview: have_mpfr.awk
Size: 221 B
/home/godevadmin/public_html/upload_images/home/000~ROOT~000/usr/share/awk/have_mpfr.awk
# adequate_math_precision --- return true if we have enough bits # # Andrew Schorr, [email protected], Public Domain # May 2017 function adequate_math_precision(n) { return (1 != (1+(1/(2^(n-1))))) }
Directory Contents
Dirs: 0 × Files: 26