Searched refs:NaN (Results 1 - 2 of 2) sorted by relevance
/inkscape/share/extensions/ |
H A D | ffgeom.py | 24 NaN = float('NaN') variable 27 NaN = PosInf/PosInf variable 75 return NaN 79 return NaN 91 if len == 0: return NaN 99 if self.length() == 0: return Point(NaN, NaN) 105 if self.length() == 0: return Point(NaN, NaN) [all...] |
/inkscape/src/2geom/ |
H A D | coord.cpp | 334 // Hence only Infinity and NaN are special. 397 static double NaN() { 3364 return sign ? -Double::NaN() : Double::NaN(); 3650 "inf", "NaN", 'e', -6, 21, 0, 0); 3663 0.0, nan(""), "inf", "NaN");
|
Completed in 17 milliseconds