#include "mpn.h"
Go to the source code of this file.
Namespaces | |
namespace | mp |
Functions | |
mpi | operator+ (const mpi &x, int_type y) |
mpi | operator+ (int_type x, const mpi &y) |
mpi | operator- (const mpi &x, int_type y) |
mpi | operator- (int_type x, const mpi &y) |
mpi | operator * (const mpi &x, int_type y) |
mpi | operator * (int_type x, const mpi &y) |
mpi | operator/ (const mpi &x, int_type y) |
mpi | operator/ (int_type x, const mpi &y) |
mpi | operator% (const mpi &x, int_type y) |
mpi | operator% (int_type x, const mpi &y) |
mpi | pow (const mpi &base, const mpi &p) |
Exponentiation. |
|
Exponentiation.
|