The use of automatic errordetection and compensation techniques for testing the class cBigNumber written in C++ is discussed;this class is designed for performing operations on unbounded integer numbers. It implement...
详细信息
The use of automatic errordetection and compensation techniques for testing the class cBigNumber written in C++ is discussed;this class is designed for performing operations on unbounded integer numbers. It implements the standard operations of C++, square rooting, binary exponentiation, and Miller-Rabin primality test. The class is tested in the automatic mode. The reliability of computations is ensured using the built-in error control and compensation tools.
暂无评论