This page introduces BigInteger implementation of the Zeus-Framework. The big integer implementation is available since version 2.0.
Big integers are used for arithmetic operations with huge numbers (larger than 64 or 128 bits). To add, subtract multiply and divide a special implementation is needed since a processor is not able to perform these tasks in one step.
This documents should give you a good start on how to use TBigInteger
from Zeus-Framework. Nevertheless we give you also some helpful hints how to implement your own big number classes. Please forward to section 3. BigInteger implementation.
Read full article from Big Integer Implementation
No comments:
Post a Comment