math-expressions icon indicating copy to clipboard operation
math-expressions copied to clipboard

Is it possible to calculate with BigInteger values?

Open S-Man42 opened this issue 4 years ago • 1 comments

Hi,

I am interested in calculating huge numbers with the library. Does this library support BigInteger?

Kind regards!

S-Man42 avatar Dec 28 '20 15:12 S-Man42

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.

fkleon avatar Dec 29 '20 07:12 fkleon