SECH
The SECH function returns the hyperbolic secant of a number.
This function takes a single Number as input. It outputs that Number's hyperbolic secant.
Declaration
Parameters
number (required, type: Number
) The number to calculate the hyperbolic secant of.
Return Values
hyperbolic_secant (type: Number
) The hyperbolic secant of the giving number.
Examples
The following example returns the hyperbolic secant of 1:
Last updated