Number Functions
Number functions can perform mathematical analysis. SQL comes with many
functions for determining sine (SIN, ASIN, SINH), cosine (COS, ACOS,COSH), and tangent (TAN, ATAN, ATAN2, TANH). You can determine absolute value (ABS) or determine whether a given number is positive or negative (SIGN).
A function can round off values (ROUND) and otherwise abbreviate
numbers (TRUNC).