attaswift/BigInt

BigUInt(BigInt) multiple Decimal or Double ?

wongzigii opened this issue · 1 comments

Let's say i have a BigUInt(10000000), how can I multiply this BigUInt with a decimal 0.001 or double 0.001 ?

We currently do not implement BigDoubles, so this won't work.