Skip to content

Commit

Permalink
Typos in luamath
Browse files Browse the repository at this point in the history
  • Loading branch information
hmenke committed Jun 25, 2019
1 parent 4c3ab05 commit 5d17930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tex/generic/pgf/libraries/luamath/pgflibraryluamath.code.tex
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
\pgfluamath@install@function\pgfmathsubtract@=\pgfluamathsubtract@%
\pgfluamath@install@function\pgfmathneg@=\pgfluamathneg@%
\pgfluamath@install@function\pgfmathmultiply@=\pgfluamathmultiply@%
\pgfmathfloat@install\pgfmath@iftrue=\pgfmathluamath@iftrue%
\pgfluamath@install@function\pgfmath@iftrue=\pgfmathluamath@iftrue%
\pgfluamath@install@function\pgfmathdivide@=\pgfluamathdivide@%
% \pgfluamath@install@function\pgfmathdiv@=\pgfluamathdiv@%
\pgfluamath@install@function\pgfmathfactorial@=\pgfluamathfactorial@%
Expand Down Expand Up @@ -406,7 +406,7 @@
\def\pgfluamathadd@#1#2{%
\pgfluamathgetresult{pgfluamathfunctions.add(#1,#2)}}%
\def\pgfluamathsubtract@#1#2{%
\pgfluamathgetresult{pgfluamathfunctions.substract(#1,#2)}}%
\pgfluamathgetresult{pgfluamathfunctions.subtract(#1,#2)}}%
\def\pgfluamathneg@#1{%
\pgfluamathgetresult{pgfluamathfunctions.neg(#1)}}%
\def\pgfluamathmultiply@#1#2{%
Expand Down

0 comments on commit 5d17930

Please sign in to comment.