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

A test for a number that includes a signed bit
Compatibility:
This facility is compatible with the following targets:
Prototype:
#include <math.h>
int __signbit(long double x);
int __signbitd(double x);
int __signbit(float x);
Parameters:
Parameters for this facility are:
Return:
This facility is true if the sign of the argument value is negative.
See Also:
"fpclassify"
[ 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