ABS Function:- The ABS Function is used for returning an absolute positive value. Syntax:- ABS(NUMBER) For Example:- SELECT ABS(47.5); output:- 47.5 SELECT ABS(-47.5); output:- 47.5 ACOS Function:- ACOS Function is used for returning arc cosine
Continue Reading- Home
- ACOS