mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 23:36:16 -04:00
Blank BigNumber dishes are now treat as NaN instead of erroring
This commit is contained in:
parent
7992a540ae
commit
283d3e1e7b
2 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
import BigNumber from "bignumber.js";
|
||||
|
||||
/**
|
||||
* Numerical base operations.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue