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

Clib.tanh() Method


This method calculates and returns the hyperbolic tangent of a floating-point number.

Syntax

Clib.tanh(floatNum)

Parameter
Description

floatNum

A floating-point number, or a variable containing a floating-point number, whose hyperbolic tangent is to be found

Returns

The hyperbolic tangent of floatNum.

See Also

Clib.cosh() Method
Clib.sinh() Method

Siebel eScript Language Reference