Pangolin
Header-only C++20 plane computational geometry library
Loading...
Searching...
No Matches
boost::multiprecision Namespace Reference

Functions

std::partial_ordering operator<=> (const pgl::int128 &a, double b)
bool operator== (const pgl::int128 &a, double b)
double operator+ (const pgl::int128 &a, double b)
double operator+ (double a, const pgl::int128 &b)
double operator- (const pgl::int128 &a, double b)
double operator- (double a, const pgl::int128 &b)
double operator* (const pgl::int128 &a, double b)
double operator* (double a, const pgl::int128 &b)
double operator/ (const pgl::int128 &a, double b)
double operator/ (double a, const pgl::int128 &b)

Function Documentation

◆ operator*() [1/2]

double boost::multiprecision::operator* ( const pgl::int128 & a,
double b )
inline

◆ operator*() [2/2]

double boost::multiprecision::operator* ( double a,
const pgl::int128 & b )
inline

◆ operator+() [1/2]

double boost::multiprecision::operator+ ( const pgl::int128 & a,
double b )
inline

◆ operator+() [2/2]

double boost::multiprecision::operator+ ( double a,
const pgl::int128 & b )
inline

◆ operator-() [1/2]

double boost::multiprecision::operator- ( const pgl::int128 & a,
double b )
inline

◆ operator-() [2/2]

double boost::multiprecision::operator- ( double a,
const pgl::int128 & b )
inline

◆ operator/() [1/2]

double boost::multiprecision::operator/ ( const pgl::int128 & a,
double b )
inline

◆ operator/() [2/2]

double boost::multiprecision::operator/ ( double a,
const pgl::int128 & b )
inline

◆ operator<=>()

std::partial_ordering boost::multiprecision::operator<=> ( const pgl::int128 & a,
double b )
inline

◆ operator==()

bool boost::multiprecision::operator== ( const pgl::int128 & a,
double b )
inline