Add new variable `flonum-unparser-cutoff', which controls the flonum
authorChris Hanson <org/chris-hanson/cph>
Mon, 15 Jan 1990 21:27:55 +0000 (21:27 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 15 Jan 1990 21:27:55 +0000 (21:27 +0000)
commit2100c1deabd262b6958f607a96ac8f7e1b13cf0b
tree5fe8036d17cd2b057a5212858d241321eb1ea03f
parent85b8629d87103c5796e647ca6d71f3e11810ce7e
Add new variable `flonum-unparser-cutoff', which controls the flonum
printer's precision.  Acceptable values of this variable are:

NORMAL use all available precision
(RELATIVE <n>) <n> digits of precision
(ABSOLUTE <n>) <n> digits of precision after the decimal point
v7/src/runtime/dragon4.scm
v7/src/runtime/runtime.pkg
v7/src/runtime/version.scm
v8/src/runtime/runtime.pkg