Node:3.11.1 New Features, Next:3.11.1 Bugs Fixed, Up:3.11.1 Changes
format/[2,3]
format sequences:
~Nh
~NH
f
or
e
(or E
if H
is used) notation with d
significant digits, where d is the smallest number of digits that
will yield the same float when read in. E
notation is used if
N<0 or if the exponent is less than -N-1 or greater than or
equal to N+d, otherwise f
notation. N defaults to 3.
write_term/[2,3]
options:
character_escapes(+Boolean)
character_escapes
Prolog flag.
float_format(+Spec)
~NC
, like one of the format sequences for printing
floats. The default is ~H
.
priority(+Prio)