[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]


isless

The facility determines the lesser of two numbers.

Compatibility:

This facility is compatible with the following targets:

ANSI

BeOS
EMB/RTOS

Mac OS

Palm OS

Win32


Prototype:
#include <math.h>

int isless(x, y)
Parameters:

Parameters for this facility are:

x  
float, double or long double  
number compared  
y  
float, double or long double  
number compared  

Remarks:

Unlike x<y isless does not raise an invalid exception when x and y are unordered.

Return:

This facility is true if x is less than y.


[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.

Last updated: August 16, 2000