|
Siebel eScript Language Reference > Siebel eScript Commands > Clib Object Math Methods >
Clib.cosh() Method
This method returns the hyperbolic cosine of x. Syntax
Clib.cosh(number)
|
|
number |
The number whose hyperbolic cosine is to be found |
Returns
The hyperbolic cosine of x. See Also
Clib.sinh() Method Clib.tanh() Method Math.cos() Method
|