config.h [code] | Global configuration options |
defs.h [code] | |
mpf.h [code] | Definitions of MPF class |
mpi.h [code] | Definitions for base MPI functions |
mpn.h [code] | Definitions for the MPN section of the MP++ library |
mpf/core_comp.cpp | MPF comparison functions |
mpf/core_math.cpp | Core MPF arithmetic functions |
mpf/core_math_sup.cpp | Extra MPF arithmetic functions |
mpf/core_mpf.cpp | Implementation of base MPF functions |
mpf/core_pi_gen.cpp | Pi hex digit extraction algorithms |
mpf/core_str.cpp | String <-> MPF converstion functions |
mpf/user_comp.cpp | MPF comparison operators |
mpf/user_math.cpp | Operator overloads for MPF arithmetic functions |
mpf/user_math_sup.cpp | Supplimental floating-point math functions These are all non-member funcitons |
mpf/user_mpf.cpp | Implementation of MPF operators |
mpf/user_str.cpp | String <-> MPF converstion operators |
mpf/user_trig.cpp | Trigonometric functions of MPFs |
mpi/core_math.cpp | Core arithmetic functions for MPIs |
mpi/core_math_sup.cpp | Extra arithmetic functions for MPIs |
mpi/core_mpi.cpp | Base functions to use MPIs |
mpi/core_str.cpp | String <-> MPI conversion functions |
mpi/prime.h [code] | Lists of 8 and 12 bit primes |
mpi/user_comp.cpp | MPI comparison operator overloads |
mpi/user_math.cpp | Core arithmetic functions for MPIs |
mpi/user_math_sup.cpp | Supplimental integer math functions |
mpi/user_mpi.cpp | Basic overloads for MPIs |
mpi/user_prime.cpp | (Probabilistic) primality testing functions for MPIs |
mpi/user_str.cpp | String <-> MPI conversion overloads |
mpn/core_math.cpp | Core arithmetic functions for MPNs |
mpn/core_mpn.cpp | Base functions to use MPNs |
mpn/core_prng.cpp | Pseudo-Random Number Generator for MPNs |
mpn/core_str.cpp | String <-> MPN conversion functions |