diff options
Diffstat (limited to 'Build/source/texk/web2c/mplibdir/mpmathdouble.w')
-rw-r--r-- | Build/source/texk/web2c/mplibdir/mpmathdouble.w | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/mplibdir/mpmathdouble.w b/Build/source/texk/web2c/mplibdir/mpmathdouble.w index 2abd838f1ad..a6203d0e601 100644 --- a/Build/source/texk/web2c/mplibdir/mpmathdouble.w +++ b/Build/source/texk/web2c/mplibdir/mpmathdouble.w @@ -1,4 +1,4 @@ -% $Id: mpmathdouble.w 1959 2014-03-11 11:19:43Z taco $ +% $Id: mpmathdouble.w 2037 2014-09-02 14:59:07Z luigi $ % % This file is part of MetaPost; % the MetaPost program is in the public domain. @@ -1196,7 +1196,7 @@ any loss of accuracy. Then |x| and~|y| are divided by~|r|. @d one_eighty_deg (180.0*angle_multiplier) @d three_sixty_deg (360.0*angle_multiplier) -@d odd(A) ((A)%2==1) +@d odd(A) (abs(A)%2==1) @ Compute a multiple of the sine and cosine |