long double __far fabsl(long double x); (C99)
Returns the absolute value (size) of x.
If x is ±∞, fabsl returns ±∞ and sets macro ERANGE to global variable errno.
If x is a Not-a-Number(NaN), fabsl returns a Not-a-Number (NaN) and sets macro EDOM to global variable errno.