BigDecimal icon indicating copy to clipboard operation
BigDecimal copied to clipboard

demo page

Open Yaffle opened this issue 4 years ago • 6 comments

Yaffle avatar Jan 07 '21 22:01 Yaffle

Your implementation of BigDecimal is really good. Please consider an article on dev.to or medium. I added link to your library in my pet project - Jampary :)

munrocket avatar Sep 03 '21 10:09 munrocket

@munrocket, thanks, but the source code looks scary, some lines are too long, and i do not plan to support this library. i have another interesting library may be will write posts about it🙂

Yaffle avatar Sep 03 '21 14:09 Yaffle

I think, there are different use cases. Some people may not need math functions at all, and need the best performance, so BigFloat with fixed point arithmetic will be the best and you do not need to have so much code.

Yaffle avatar Sep 03 '21 19:09 Yaffle

BigFloat doesn’t have division :)

munrocket avatar Sep 03 '21 19:09 munrocket

You mean BigFloat32 maybe. But it not so fast, your BigDecimal is faster for me.

munrocket avatar Sep 03 '21 19:09 munrocket

@munrocket thanks for the link to this library :-)

Yaffle avatar Sep 04 '21 22:09 Yaffle