Siebel eScript Language Reference > Siebel eScript Commands > The Clib Object Math Methods >

Clib.cosh() Method


This method returns the hyperbolic cosine of x.

Syntax

Clib.cosh(number)

Parameter
Description

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

Siebel eScript Language Reference