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

/inkscape/share/extensions/
H A Dgcodetools.py1570 def isnan(x): return type(x) is float and x != x function

Completed in 33 milliseconds