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