MicrOS
fabsl.c File Reference
#include "../math.h"

Functions

long double fabsl (long double x)
 Compute absolute value. More...
 

Function Documentation

◆ fabsl()

long double fabsl ( long double  x)

Compute absolute value.

The fabsl functions compute the absolute value of a floating-point number x.

Parameters
xValue among which the function selects a minimum.
Returns
The fabsl functions return | x |.