Exponentiates a number and subtracts 1.

You're viewing an older version of this page (#74). View the current version.

View versions (1)

Interface

#include <codecogs/maths/combinatorics/arithmetic/exp_sub1.h>

using namespace Maths::Combinatorics::Arithmetic;

Calculates the exponential of a number and subtracts 1:

e^x -1
(1)

Use when x <= 0.15

References

DiDinato, A. R. and Morris, A. H. Algorithm 708: Significant Digit Computation of the Incomplete Beta Function Ratios. ACM Trans. Math. Softw. 18 (1993), 360-373.

Parameters

x
argument to evaluate the function at

Returns

(e^x) -1
(2)

This is the inverse of Ln_Add1

GPL Licence — free for non commercial use. See Licence details.

Interactive Calculator

x
Result