Siebel eScript Language Reference > Methods Reference > Mathematical Methods >

Get Sine Method


The Get Sine method returns the sine of an angle, expressed in radians. It returns the sine of the value that the number argument contains. The return value is between negative 1 and 1. If this method cannot convert the value that the number argument contains, then it returns the following value:

NaN

Format

Math.sin(number)

Table 113 describes the arguments for the math sine method.

Table 113. Arguments for the Get Sine Method
Argument
Description

number

A numeric expression that contains a number that includes the size of an angle, expressed in radians. This number can be positive or negative.

Siebel eScript Language Reference Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.