made the pack completely portable and wrote relevent bat files to go with it
This commit is contained in:
9
gitportable/usr/share/awk/have_mpfr.awk
Normal file
9
gitportable/usr/share/awk/have_mpfr.awk
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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)))))
|
||||
}
|
||||
Reference in New Issue
Block a user