fponticelli / thx.core

Super-charged standard library for Haxe.
http://thx-lib.org
MIT License
124 stars 43 forks source link

Fix SubtractSmall #257

Closed tecteun closed 6 years ago

tecteun commented 6 years ago

fixes subtract for decimal without fraction ie. 1514906978 - 1514906971.959475 = 100000006.040525 (should be 6.040525)

Testcase coming up :)

fponticelli commented 6 years ago

Thank you!

tecteun commented 6 years ago

No, thank you for the great bigint! 🎉