atanh

Inverse hyperbolic tangent

Description

float atanh(float $num)

Returns the inverse hyperbolic tangent of num, i.e. the value whose hyperbolic tangent is num.

Parameters

num

The argument to process

Return Values

Inverse hyperbolic tangent of num

See Also

  • tanh
  • atan
  • asinh
  • acosh