Ln Function

Description:
The natural logarithm of a number.
This is the inverse of the
Exp
function such that:
V
= Ln( Exp(
V
) )
Returns:
Number
Parameter:
Parameter
Data Type
Description
1
Number
The number.
Examples:
When using functions inside a field, remember the field brackets:
{Ln(VariableName)}
Expression
Result
Ln( 34 )
3.52636052461616
Ln( Exp( 3.52636052461616 ) )
3.52636052461616

Related content