Fsinh()

Fsinh() returns the hyperbolic Sinus of the passed value (Radiant).

Syntax: single = Fsinh( Single )

Beispiel:

  dim a as single
  a=0.5
  a = Fsinh(a)  ' output: 0.52109