MCPcopy Create free account
hub / github.com/SWI-Prolog/packages-jpl / get_float

Method get_float

src/main/java/org/jpl7/fli/Prolog.java:153–153  ·  view source on GitHub ↗
(term_t t, DoubleHolder d)

Source from the content-addressed store, hash-verified

151 public static native boolean get_rational(term_t t, StringHolder s);
152
153 public static native boolean get_float(term_t t, DoubleHolder d);
154
155 public static native boolean get_name_arity(term_t t, StringHolder name, IntHolder arity);
156

Callers 1

getLoopMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected