FUNCTION
Exp_Sub1
Exponentiates a number and subtracts 1.
You're viewing an older version of this page (#74). View the current version.
Interface
#include <codecogs/maths/combinatorics/arithmetic/exp_sub1.h>
using namespace Maths::Combinatorics::Arithmetic;
Calculates the exponential of a number and subtracts 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
(2)
This is the inverse of Ln_Add1
Interactive Calculator
x
Result
Computing…
Set a range above first to export a graph.
This function's source code is only visible to registered users — documentation and the calculator above are free to use either way. Sign in to see it.