Ordinary Trigonometry Functions : SIN « Numerical Math Functions « Oracle PL/SQL Tutorial






SIN returns the sine of a value.

COS returns the cosine of a value.

TAN returns the tangent of a value.

The SIN, COS, and TAN functions take arguments in radians where,

radians = (angle*2* 3.1416 / 360)

14.19.SIN
14.19.1.Ordinary Trigonometry Functions
14.19.2.Using the SIN function to find the sine of 30 degrees
14.19.3.SIN(0)
14.19.4.select sin(30*3.14159265/180)
14.19.5.ABS(-123) ABS(0) ABS(456) SIGN(-123) SIGN(0) SIGN(456)