Searched defs:TclIsNaN (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclInt.h3881 # define TclIsNaN(d) (_isnan((d))) macro
3885 # define TclIsNaN(d) ((d) != (d)) macro
3887 # define TclIsNaN(d) (isnan(d)) macro

Completed in 226 milliseconds