Everything

isless [V1.09 or later]


This function determines whether the first argument is less than the second argument.

[Classification]

Mathematical library

[Syntax]

#include <math.h>

int isless(real-floating x, real-floating y); (C99)

[Return value]

Returns the result of '(x) < (y)'.

[Description]

This function determines whether the first argument is less than the second argument.