From 9e60a829fdd3874f510ebc57d1a378d020a55fb9 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 29 Mar 2012 10:14:08 -0700 Subject: * 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. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7bbaa80c..82e41883 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2012-03-29 Kaz Kylheku + + * 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 * txr.1: Documented +, - and *. -- cgit v1.2.3