Oracle® OLAP DML Reference 10g Release 2 (10.2) Part Number B14346-01 |
|
|
View PDF |
The SIN function calculates the sine of an angle expression. The result returned by SIN is a decimal value with the same dimensions as the specified expression.
Return Value
DECIMAL
Syntax
SIN(angle-expression)
Arguments
A numeric expression that contains an angle value, which is specified in radians.
Examples