Teuchos - Trilinos Tools Package
Version of the Day
|
Arbitrary-precision unsigned integer class. More...
#include <Teuchos_BigUIntDecl.hpp>
Arbitrary-precision unsigned integer class.
This class implements an unsigned integer type of arbitrary precision. The precision is chosen at compile time via a template parameter. The template parameter specifies how many 32-bit "digits" will compose the full integer. Thus, the number has (32*n) bits of precision.
This class was primarily created to serve the Teuchos::print_double function for printing floating-point values in a lossless and minimal way.
Definition at line 65 of file Teuchos_BigUIntDecl.hpp.