Home » C/C++ Scripts » Development » Arbitrary-precision Decimal Class

 Advertisement
  • Visit:
  • Hits:
  • Views:
  • Platform(s):
  • Database(s):
  • License:
  • Price:
  • Version:
  • Script Added:
  • Last Updated:
  • Developer:
  • Script Link:
  • Tags:

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?

Rated 0/5 (0%) (0 Votes)
 Script Name: Arbitrary-precision Decimal Class
 Your Name:
 Your Email:
 Your Friends Name:
 Your Friends Email:
 Script Name : Arbitrary-precision Decimal Class
 Reason :
 Message :
  Security Code:
  •  Other listings by this developer
Artificial Neural Network Framework
C/C++ Scripts » Networking