| 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 ) | ||
|---|---|---|
| .. | ||
| integer-logs | ||
| authors.txt | ||
| functions-docs.factor | ||
| functions-tests.factor | ||
| functions.factor | ||
| summary.txt | ||