You are here : phpmathcosh

cosh() - math

Returns the hyperbolic cosine of arg,
   defined as (exp(arg) + exp(-arg))/2.
Parameters :
  • arg - The argument to process

  • Syntax

    float cosh
         ( float $arg
        )


    Example


    Output / Return Value


    Limitations


    Alternatives / See Also


    Reference