#include <big_integer.h>
|
| using | byte = unsigned char |
| |
◆ byte
◆ big_integer() [1/4]
| liph::big_integer::big_integer |
( |
long long |
n = 0 | ) |
|
◆ big_integer() [2/4]
| liph::big_integer::big_integer |
( |
const std::string & |
str | ) |
|
|
explicit |
◆ big_integer() [3/4]
| liph::big_integer::big_integer |
( |
const big_integer & |
other | ) |
|
◆ big_integer() [4/4]
◆ abs()
◆ operator!=()
| bool liph::big_integer::operator!= |
( |
const big_integer & |
other | ) |
const |
◆ operator*()
◆ operator+()
◆ operator-() [1/2]
◆ operator-() [2/2]
◆ operator/()
◆ operator<()
| bool liph::big_integer::operator< |
( |
const big_integer & |
other | ) |
const |
◆ operator<=()
| bool liph::big_integer::operator<= |
( |
const big_integer & |
other | ) |
const |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
| bool liph::big_integer::operator== |
( |
const big_integer & |
other | ) |
const |
◆ operator>()
| bool liph::big_integer::operator> |
( |
const big_integer & |
other | ) |
const |
◆ operator>=()
| bool liph::big_integer::operator>= |
( |
const big_integer & |
other | ) |
const |
◆ rand()
| big_integer liph::big_integer::rand |
( |
int |
max_size = 128 | ) |
|
|
static |
◆ sign()
| int liph::big_integer::sign |
( |
| ) |
const |
◆ string()
| std::string liph::big_integer::string |
( |
| ) |
const |
◆ zero()
| bool liph::big_integer::zero |
( |
| ) |
const |
The documentation for this class was generated from the following files: