File tree 1 file changed +2
-2
lines changed
tex/generic/pgf/libraries/luamath
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 299
299
\pgfluamath@install@function\pgfmathsubtract@ =\pgfluamathsubtract@ %
300
300
\pgfluamath@install@function\pgfmathneg@ =\pgfluamathneg@ %
301
301
\pgfluamath@install@function\pgfmathmultiply@ =\pgfluamathmultiply@ %
302
- \pgfmathfloat @install\pgfmath@iftrue =\pgfmathluamath@iftrue %
302
+ \pgfluamath @install@function \pgfmath@iftrue =\pgfmathluamath@iftrue %
303
303
\pgfluamath@install@function\pgfmathdivide@ =\pgfluamathdivide@ %
304
304
% \pgfluamath@install@function\pgfmathdiv@=\pgfluamathdiv@%
305
305
\pgfluamath@install@function\pgfmathfactorial@ =\pgfluamathfactorial@ %
406
406
\def\pgfluamathadd@ #1#2{%
407
407
\pgfluamathgetresult {pgfluamathfunctions.add(#1,#2)}}%
408
408
\def\pgfluamathsubtract@ #1#2{%
409
- \pgfluamathgetresult {pgfluamathfunctions.substract (#1,#2)}}%
409
+ \pgfluamathgetresult {pgfluamathfunctions.subtract (#1,#2)}}%
410
410
\def\pgfluamathneg@ #1{%
411
411
\pgfluamathgetresult {pgfluamathfunctions.neg(#1)}}%
412
412
\def\pgfluamathmultiply@ #1#2{%
You can’t perform that action at this time.
0 commit comments