factor/basis/math/functions
John Benediktsson da64b05e6d math.functions: adding e^-1.
This is for calculating e^x-1 for small values more accurately.  You can also
call expm1(x) function if you want, and it's available on your platform.

FUNCTION: double expm1 ( double x )
2019-11-05 10:19:32 -08:00
..
integer-logs add basis.math.functions.integer-logs: exact integer logarithms 2017-06-08 11:22:40 -07:00
authors.txt
functions-docs.factor math.functions docs: add logn to "powers and logarithms" article 2018-06-03 13:42:18 -07:00
functions-tests.factor math.functions: adding e^-1. 2019-11-05 10:19:32 -08:00
functions.factor math.functions: adding e^-1. 2019-11-05 10:19:32 -08:00
summary.txt