In Oracle/PLSQL, the sin function returns the sine of n.
Syntax
The syntax for the sin function is:
sin( n )
n is a number. It is an angle expressed in radians.
Applies To
- Oracle 11g, Oracle 10g, Oracle 9i, Oracle 8i
For Example
sin(3) | would return 0.141120008059867 |
sin(5.2) | would return -0.883454655720153 |
sin(-5.2) | would return 0.883454655720153 |