diff --git a/HISTORY.md b/HISTORY.md index 66bf0539..7b5e25c9 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -80,6 +80,7 @@ * updated "tools" library (for new HOF prims) * removed "catch" etc. from "tools" library (has been moved to "iteration" lib) * updated "cases" library (for new HOF prims) +* updated "bignums" library (for new HOF prims) ### 2019-04-25 * updated German translation (for new HOF prims) diff --git a/libraries/bignumbers.xml b/libraries/bignumbers.xml index 70e550c2..8861de9d 100644 --- a/libraries/bignumbers.xml +++ b/libraries/bignumbers.xml @@ -1,18 +1 @@ -call with True to turn on the entire Scheme numeric tower, including infinite-precision integers, exact rationals, and complex numbers; call with False to restore native JavaScript arithmetic.
Provides Scheme arithmetic functions not in JavaScript
number? -complex? -real? -rational? -integer? -exact? -inexact? -exact -inexact -finite? -infinite? -nan? -numerator -denominator -real-part -imag-part -magnitude -angle
\ No newline at end of file +call with True to turn on the entire Scheme numeric tower, including infinite-precision integers, exact rationals, and complex numbers; call with False to restore native JavaScript arithmetic.
Provides Scheme arithmetic functions not in JavaScript
number? complex? real? rational? integer? exact? inexact? exact inexact finite? infinite? nan? numerator denominator real-part imag-part magnitude angle
\ No newline at end of file