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

Trigonometric Methods in Siebel eScript


The following is a list of trigonometric methods.

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