math-expressions
math-expressions copied to clipboard
Is it possible to calculate with BigInteger values?
Hi,
I am interested in calculating huge numbers with the library. Does this library support BigInteger?
Kind regards!
This is currently not supported. Only num
types (int and double) can be used with a Number
expression.
It would be possible to either extend this to support BigInt
, or add a BigNumber
expression.