diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-03-29 10:14:08 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-03-29 10:14:08 -0700 |
commit | 9e60a829fdd3874f510ebc57d1a378d020a55fb9 (patch) | |
tree | 5b62dfc5b71484eedaa6932a08df1217ecbe1def /ChangeLog | |
parent | 6363875356bc050ef81d40553e573fc47aca2e28 (diff) | |
download | txr-9e60a829fdd3874f510ebc57d1a378d020a55fb9.tar.gz txr-9e60a829fdd3874f510ebc57d1a378d020a55fb9.tar.bz2 txr-9e60a829fdd3874f510ebc57d1a378d020a55fb9.zip |
* arith.c (dmod): New static function.
(mod): Use dmod instead of fmod directly, to calculate
the correct semantics for combinations of
negative operands in the floating point domain also.
* txr.1: Documented /, trunc and mod.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2012-03-29 Kaz Kylheku <kaz@kylheku.com> + * arith.c (dmod): New static function. + (mod): Use dmod instead of fmod directly, to calculate + the correct semantics for combinations of + negative operands in the floating point domain also. + + * txr.1: Documented /, trunc and mod. + +2012-03-29 Kaz Kylheku <kaz@kylheku.com> + * txr.1: Documented +, - and *. 2012-03-29 Kaz Kylheku <kaz@kylheku.com> |