Fabs
Fabs() returns the absolute value of x. The result is a positive number.
Syntax:
fabs(x)
Return data type: numeric
Examples and results:
- fabs( 2.4 ): returns 2.4
- fabs( -3.8 ): returns 3.8
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!