Universeorange.com/Docs/
{math.tan.hyperbolic(Float $number)}
{math.tan.hyperbolic()}
Returns the hyperbolic tangent of number
, defined as {math.sin.hyperbolic($number)/math.cos.hyperbolic($number)}
.
Returns The hyperbolic tangent of
number
as afloat
.
https://www.php.net/manual/en/function.tanh.php
Last modified: 2021-06-07
© 2021 universeorange.com