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