Ftanh()
Ftanh() returns the hyperbolic Tangent of the value passed (Radiant).
Syntax: single = Ftanh( Single )
Example:
dim a as single a=0.5 a = Ftanh(a) ' output: 0.46211
en:ftanh
Ftanh() returns the hyperbolic Tangent of the value passed (Radiant).
Syntax: single = Ftanh( Single )
Example:
dim a as single a=0.5 a = Ftanh(a) ' output: 0.46211