[latex3-commits] [git/LaTeX3-latex3-latex3] master: s/arctand/atand/ (881fc5c)

Joseph Wright joseph.wright at morningstar2.co.uk
Sat Mar 3 09:31:37 CET 2018


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/881fc5c99986662a56d6f70e2a6880cc07826169

>---------------------------------------------------------------

commit 881fc5c99986662a56d6f70e2a6880cc07826169
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat Mar 3 08:31:25 2018 +0000

    s/arctand/atand/


>---------------------------------------------------------------

881fc5c99986662a56d6f70e2a6880cc07826169
 l3kernel/l3drivers.dtx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3drivers.dtx b/l3kernel/l3drivers.dtx
index 088c99e..b283ff0 100644
--- a/l3kernel/l3drivers.dtx
+++ b/l3kernel/l3drivers.dtx
@@ -2844,8 +2844,8 @@
         \@@_draw_cm_decompose_auxii:nnnnN
           { \fp_eval:n { sqrt ( #1 * #1 + #4 * #4 ) } }
           { \fp_eval:n { sqrt ( #2 * #2 + #3 * #3 ) } }
-          { \fp_eval:n { arctand ( #3 / #2 ) } }
-          { \fp_eval:n { arctand ( #4 / #1 ) } }
+          { \fp_eval:n { atand ( #3 / #2 ) } }
+          { \fp_eval:n { atand ( #4 / #1 ) } }
       }
          #5
   }





More information about the latex3-commits mailing list