Define and expose flo:precision.
authorTaylor R Campbell <campbell@mumble.net>
Fri, 30 Nov 2018 06:48:05 +0000 (06:48 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Fri, 30 Nov 2018 06:53:17 +0000 (06:53 +0000)
commit4110934060a92803966e70b39c2ee6e25bb25d08
treea3d158e0ccec46e0d681ffa2db08b02476264183
parentb3173f7de6a52672ef8703cb61ba86627c3cd1a5
Define and expose flo:precision.

This is the same as flo:significand-digits-base-2, but its name
doesn't imply base 2 -- it refers to whatever the floating-point
radix is.  Not that we're likely to do decimal floating-point ever,
but maybe you might want to write code that could be used in another
environment that does.
src/relnotes/flonum
src/runtime/arith.scm
src/runtime/runtime.pkg
tests/runtime/test-arith.scm