mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 15:26:16 -04:00
port divide operation
This commit is contained in:
parent
bf28410812
commit
9de93022d6
4 changed files with 54 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
/**
|
||||
* @author bwhitn [brian.m.whitney@outlook.com]
|
||||
* @author d98762625 [d98762625@gmailcom]
|
||||
* @copyright Crown Copyright 2018
|
||||
* @license Apache-2.0
|
||||
|
@ -8,7 +9,8 @@ import Utils from "../Utils";
|
|||
import BigNumber from "bignumber.js";
|
||||
|
||||
/**
|
||||
*
|
||||
* Arithmetic functions used by Sum, Multiply, Divide, Subtract (etc)
|
||||
* functions.
|
||||
*/
|
||||
class Arithmetic {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue