port multiply operation

This commit is contained in:
d98762625 2018-05-15 10:24:35 +01:00
parent 30288c6237
commit bf28410812
4 changed files with 51 additions and 3 deletions

View file

@ -5,7 +5,7 @@
*/
import Operation from "../Operation";
import Arithmetic from "./baseClasses/Arithmetic";
import Arithmetic from "../lib/Arithmetic";
import BigNumber from "bignumber.js";
/**