diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2014-09-03 04:00:23 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2014-09-03 04:00:23 +0000 |
commit | f5e933e45879c199590030a7c9d29ea3f8eaced4 (patch) | |
tree | f49b6913dcf5ed183f8217f71c3c5195f12d5c59 /Build/source/texk/web2c/mplibdir/mpmath.w | |
parent | d2e4b84647b69841aa0aa10a8c87db342e85aa59 (diff) |
web2c/mplibdir: Sync with the trunk
git-svn-id: svn://tug.org/texlive/trunk@35099 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/mplibdir/mpmath.w')
-rw-r--r-- | Build/source/texk/web2c/mplibdir/mpmath.w | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/mplibdir/mpmath.w b/Build/source/texk/web2c/mplibdir/mpmath.w index 9b6bcb6995a..82d41746c72 100644 --- a/Build/source/texk/web2c/mplibdir/mpmath.w +++ b/Build/source/texk/web2c/mplibdir/mpmath.w @@ -1,4 +1,4 @@ -% $Id: mpmath.w 1959 2014-03-11 11:19:43Z taco $ +% $Id: mpmath.w 2037 2014-09-02 14:59:07Z luigi $ % % This file is part of MetaPost; % the MetaPost program is in the public domain. @@ -1681,7 +1681,7 @@ any loss of accuracy. Then |x| and~|y| are divided by~|r|. @d one_eighty_deg 01320000000 /* $180\cdot2^{20}$, represents $180^\circ$ */ @d three_sixty_deg 02640000000 /* $360\cdot2^{20}$, represents $360^\circ$ */ -@d odd(A) ((A)%2==1) +@d odd(A) (abs(A)%2==1) @ Compute a multiple of the sine and cosine |