mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-22 15:56:16 -04:00
port multiply operation
This commit is contained in:
parent
30288c6237
commit
bf28410812
4 changed files with 51 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
import Operation from "../Operation";
|
||||
import Arithmetic from "./baseClasses/Arithmetic";
|
||||
import Arithmetic from "../lib/Arithmetic";
|
||||
import BigNumber from "bignumber.js";
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue