Mega Code Archive

 
Categories / Oracle PLSQL Tutorial / Numerical Math Functions
 

Ordinary Trigonometry Functions

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)