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

Method isInfinite

lib/java/lang/Float.java:231–233  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

229 * infinity; {@code false} otherwise.
230 */
231 public boolean isInfinite() {
232 return isInfinite(value);
233 }
234
235 /**
236 * Indicates whether the specified float represents an infinite value.

Callers 2

ulpMethod · 0.95
ulpMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected