Good day,
I need to make monetary calculations in my application. Someone me indicates some library (preferably open source) for manipulation and calculation money? I use "double" because of the accuracy.
Thanks,
Marcelo E. Geyer
Good day,
I need to make monetary calculations in my application. Someone me indicates some library (preferably open source) for manipulation and calculation money? I use "double" because of the accuracy.
Thanks,
Marcelo E. Geyer
What accuracy?
You could write some kind of a wrapper around GMP's integer arithmetics.
Bookmarks