MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / isNaN

Method isNaN

src/org/opensourcephysics/numerics/Complex.java:775–777  ·  view source on GitHub ↗

Returns true if either the real or imaginary component of this Complex is a Not-a-Number ( NaN ) value. @return true if either component of the Complex object is NaN ; false , otherwise.

()

Source from the content-addressed store, hash-verified

773 * <p>
774 */
775 public boolean isNaN() {
776 return(Double.isNaN(re)||Double.isNaN(im));
777 } // end isNaN()
778
779}
780

Callers 15

isReservedNameMethod · 0.80
evaluateMyValMethod · 0.80
addColumnsMethod · 0.80
getSelectedTableDataMethod · 0.80
findHitsRunMethod · 0.80
isDuplicateMethod · 0.80
getCorrelationStringMethod · 0.80
keyPressedMethod · 0.80
refreshMeasurementsMethod · 0.80
refreshAreaMethod · 0.80
createMessageMethod · 0.80
drawMethod · 0.80

Calls

no outgoing calls

Tested by 2

findNearestXIndexMethod · 0.64
findNearestXIndex0Method · 0.64