v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
win32-math.h File Reference

Go to the source code of this file.

Namespaces

 std
 

Enumerations

enum  {
  FP_NAN, FP_INFINITE, FP_ZERO, FP_SUBNORMAL,
  FP_NORMAL
}
 

Functions

int isfinite (double x)
 
int isinf (double x)
 
int isnan (double x)
 
int isless (double x, double y)
 
int isgreater (double x, double y)
 
int fpclassify (double x)
 
int signbit (double x)
 

Enumeration Type Documentation

anonymous enum
Enumerator
FP_NAN 
FP_INFINITE 
FP_ZERO 
FP_SUBNORMAL 
FP_NORMAL 

Definition at line 42 of file win32-math.h.