TR-mbed 1.0
Loading...
Searching...
No Matches
Functions
boost::multiprecision Namespace Reference

Functions

Real fabs (const Real &a)
 
Real fmax (const Real &a, const Real &b)
 
bool test_isMuchSmallerThan (const Real &a, const Real &b)
 
bool test_isApprox (const Real &a, const Real &b)
 
bool test_isApproxOrLessThan (const Real &a, const Real &b)
 
Real get_test_precision (const Real &)
 
Real test_relative_error (const Real &a, const Real &b)
 

Function Documentation

◆ fabs()

Real boost::multiprecision::fabs ( const Real a)

◆ fmax()

Real boost::multiprecision::fmax ( const Real a,
const Real b 
)

◆ get_test_precision()

Real boost::multiprecision::get_test_precision ( const Real )

◆ test_isApprox()

bool boost::multiprecision::test_isApprox ( const Real a,
const Real b 
)
inline

◆ test_isApproxOrLessThan()

bool boost::multiprecision::test_isApproxOrLessThan ( const Real a,
const Real b 
)
inline

◆ test_isMuchSmallerThan()

bool boost::multiprecision::test_isMuchSmallerThan ( const Real a,
const Real b 
)
inline

◆ test_relative_error()

Real boost::multiprecision::test_relative_error ( const Real a,
const Real b 
)