asinh

Inverse hyperbolic sine

Description

float asinh(float $num)

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

Parameters

num

The argument to process

Return Values

The inverse hyperbolic sine of num

See Also

  • sinh
  • asin
  • acosh
  • atanh