expm1
The expm1 function returns value of x in exp(x)-1, compensating for the roundoff in exp(x).
Syntax
expm1(<x>) as <field>
Example
expm1(0.1) as v // v = 0.10517091807564763
The expm1 function returns value of x in exp(x)-1, compensating for the roundoff in exp(x).
expm1(<x>) as <field>
expm1(0.1) as v // v = 0.10517091807564763