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

Method put_float

src/main/java/org/jpl7/fli/Prolog.java:179–179  ·  view source on GitHub ↗
(term_t t, double f)

Source from the content-addressed store, hash-verified

177 public static native void put_rational(term_t t, String r);
178
179 public static native void put_float(term_t t, double f);
180
181 public static native void put_term(term_t t1, term_t t2);
182

Callers 1

putLoopMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected