Fexp()
Fexp() is the exponential function (e-Function) to the mit der Euler's number.
Syntax: single = Fexp( Single )
Example:
dim a as single a = 2 a = Fexp(a) ' result: 7.38905
en:fexp
Fexp() is the exponential function (e-Function) to the mit der Euler's number.
Syntax: single = Fexp( Single )
Example:
dim a as single a = 2 a = Fexp(a) ' result: 7.38905