]> gitweb.factorcode.org Git - factor.git/commit
move math.extras:round-to-even to math.functions to use in basis:formatting
authorJon Harper <jon.harper87@gmail.com>
Fri, 24 Feb 2017 16:00:07 +0000 (17:00 +0100)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 8 Jun 2017 18:23:37 +0000 (11:23 -0700)
commit80e9d7c115eb2d925584c9820df01713ddd81fed
treed51525736a3abfa6dcf8407710e82c24ec452dce
parentbf852cea6a208babfc6a934f918a14c59de5c301
move math.extras:round-to-even to math.functions to use in basis:formatting

Also add round-to-odd in case it is needed.
Also change float rounding to be independent of the current rounding mode
basis/math/functions/functions-docs.factor
basis/math/functions/functions-tests.factor
basis/math/functions/functions.factor
extra/math/extras/extras-docs.factor
extra/math/extras/extras-tests.factor
extra/math/extras/extras.factor