Added Cyg-Win
This commit is contained in:
parent
82cbc206eb
commit
413c315806
10586 changed files with 3806249 additions and 0 deletions
13
Agent-Windows/OGP64/usr/share/awk/have_mpfr.awk
Normal file
13
Agent-Windows/OGP64/usr/share/awk/have_mpfr.awk
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# adequate_math_precision --- return true if we have enough bits
|
||||
#
|
||||
# This file and how to use it are described in the manual.
|
||||
# Therefore, we respectfully advise you to Read The Fine Manual
|
||||
# for more information.
|
||||
#
|
||||
# Andrew Schorr, aschorr@telemetry-investments.com, Public Domain
|
||||
# May 2017
|
||||
|
||||
function adequate_math_precision(n)
|
||||
{
|
||||
return (1 != (1+(1/(2^(n-1)))))
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue