Exp Sub1
Exponentiates a number and subtracts 1.
Controller:
CodeCogs
Interface
#include <codecogs/maths/combinatorics/arithmetic/exp_sub1.h>
using namespace Maths::Arithmetic;
| double | exp_sub1 (double x)
Exponentiates a number and subtracts 1. |
These functions are available for Microsoft Excel (
Login to download):
| Real | cc_exp_sub1 (Real x) |
Use the following HTML code to embed the calculators within other websites:
| Name | HTML Code |
|---|
exp_sub1
Exponentiates a number and subtracts 1. | |
Exp Sub1
Calculates the exponential of a number and subtracts 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.
Note
- This is the inverse of Maths/Arithmetic/ln_add1
Parameters
| x | argument to evaluate the function at |
Returns
Authors
- Barry W. Brown, James Lovato, Kathy Russell
Documentation by Nick Owens, Vince Cole
Updated by Will Bateman (August 2005)
Source Code
Source code is available when you agree to a GP Licence or buy a Commercial Licence.
Not a member, then Register with CodeCogs. Already a Member, then Login.
You must login to leave a messge