MCPcopy Create free account
hub / github.com/davidgiven/luje / isInfinite

Method isInfinite

lib/java/lang/Double.java:216–218  ·  view source on GitHub ↗

Indicates whether this object represents an infinite value. @return true if the value of this double is positive or negative infinity; false otherwise.

()

Source from the content-addressed store, hash-verified

214 * infinity; {@code false} otherwise.
215 */
216 public boolean isInfinite() {
217 return isInfinite(value);
218 }
219
220 /**
221 * Indicates whether the specified double represents an infinite value.

Callers 2

ulpMethod · 0.95
ulpMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected