MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / isNaN

Method isNaN

src/main/java/field/linalg/Vec2.java:1324–1326  ·  view source on GitHub ↗

returns true if any component of this Double.isNaN @return is any component NaN ?

()

Source from the content-addressed store, hash-verified

1322 * @return is any component NaN ?
1323 */
1324 public boolean isNaN() {
1325 return Double.isNaN(x) || Double.isNaN(y);
1326 }
1327
1328 /**
1329 * returns an independent copy of this object

Callers 14

postal.min.jsFile · 0.45
safeMethod · 0.45
getDeterminantSignMethod · 0.45
isInfOrNaNMethod · 0.45
apply_segmentMethod · 0.45
fillMethod · 0.45
byFixingEndpointsToMethod · 0.45
apply_lowMethod · 0.45
apply_bandMethod · 0.45
apply_highMethod · 0.45
apply_notchMethod · 0.45
apply_peakMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected