abs() FunctionThe abs() is a Math function of Oracle. This function is used to get the absolute value of the given number. SyntaxParametersnum: It is the number to get absolute value. ReturnThis function returns the absolute value of the given number. Example 1Example 2Example 3Next TopicOracle Math |