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

Clib.sinh() Method


This method returns the hyperbolic sine of a floating-point number.

Syntax

Clib.sinh(floatNum)

Parameter
Description

floatNum

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

Returns

The hyperbolic sine of floatNum.

See Also

Clib.cosh() Method
Clib.tanh() Method

Siebel eScript Language Reference Copyright © 2007, Oracle. All rights reserved.