Home » C/C++ Scripts » Development » Arbitrary-precision Decimal Class
- Visit:
- Hits:
- Views:
- Platform(s):
- Database(s):
- License:
- Price:
- Version:
- Script Added:
- Last Updated:
- Developer:
- Script Link:
- Tags:
- Arbitrary-precision Decimal Class
- 179
- 1292
- N/A
- N/A
- Other Free / Open Source License
- Free
- 1
- 07/09/2011
- 07/09/2011
- Samuel Hiard
- http://www.binpress.com/app/arbitrarypreci...
- arbitrary arithmetic class decimal
Description:
Have you ever noticed that double precision is not sufficient? Have you ever wanted your software to be able to compute 10^10 + 10^-10 ? If the answer is yes, then this component is definetely for you.Based on a string representation, this class allows you to work with numbers without any limitations whatsoever on the number of digits being used.You can perform simple arithmetics (+, -, *, /), to even more complex computations (power, sqrt)This component is really easy to include in your project, compared to other solutions. So, why would you waste your time installing a whole package (like GMP) when you only want to be able to perform some operations on huge and/or tiny numbers?
- Other listings by this developer