v8  3.14.5(node0.10.28)
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

 v8
 

Enumerations

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

Functions

int isfinite (double x)
 
int isnan (double x)
 
int isinf (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 40 of file win32-math.h.

Function Documentation

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

Definition at line 66 of file platform-solaris.cc.