Basic Syntax CrystalClear Syntax Before Reading Records

Exp( x )


Returns the value of eulers number (e = 2,7182818... ) to the power of x (Inverse of natural logarithm log (at base e)).

Usage:

Exp( X )

Return:

Numeric value

Example:

//The value of variable x is the value e to the power
//of the current value of the database
//field {Angles} for each evaluation of this formula
NumberVar x = Exp({Angles})
//some special values of exp
Exp(-infinity)   //0
Exp(0) //1
Exp(1) //e
Exp(10) //22.026,47
Exp(100) //26.881.171.418.161.356.000.000.000.000.000.000.000.000.000
Exp(1000) //+infinity

See also:


i-net software strives to provide accurate product documentation. Please give us your feedback using the form below.
NOTE: This form is for documentation feedback only. For technical assistance, please send an email to crystalclear@inetsoftware.de.

This page is: very poor very good
Comment: