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

Functions

int __math_signbitl (long double x)
 The signbit determines whether the sign of its argument value is negative. More...
 

Function Documentation

◆ __math_signbitl()

int __math_signbitl ( long double  x)

The signbit determines whether the sign of its argument value is negative.

Parameters
argThe value to check.
Returns
The signbit returns a nonzero value if and only if the sign of its argument value is negative.