cosh

Hyperbolic cosine

Description

float cosh(float $num)

Returns the hyperbolic cosine of num, defined as (exp($num) + exp(-$num))/2.

Parameters

num

The argument to process

Return Values

The hyperbolic cosine of num

See Also

  • cos
  • acosh
  • sinh
  • tanh