You are here : phpmathtanh

tanh() - math

Returns the hyperbolic tangent of arg,
   defined as sinh(arg)/cosh(arg).
Parameters :
  • arg - The argument to process

  • Syntax

    float tanh
         ( float $arg
        )


    Example


    Output / Return Value


    Limitations


    Alternatives / See Also


    Reference