You are here : phpmathsinh

sinh() - math

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

  • Syntax

    float sinh
         ( float $arg
        )


    Example


    Output / Return Value


    Limitations


    Alternatives / See Also


    Reference