Siebel eScript Language Reference > Quick Reference: Methods and Properties in Siebel eScript > Mathematical Methods and Properties in Siebel eScript >

Trigonometric Methods in Siebel eScript


Table 22 provides a list of trigonometric methods.

Table 22. Trigonometric Methods in Siebel eScript
Method
Purpose

Clib.cosh() Method

Calculates the hyperbolic cosine

Clib.sinh() Method

Calculates the hyperbolic sine

Clib.tanh() Method

Calculates the hyperbolic tangent

Math.acos() Method

Calculates the arc cosine

Math.asin() Method

Calculates the arc sine

Math.atan() Method

Calculates the arc tangent

Math.atan2() Method

Calculates the arc tangent of a fraction

Math.cos() Method

Calculates the cosine

Math.sin() Method

Calculates the sine

Math.tan() Method

Calculates the tangent

Siebel eScript Language Reference