O2scl : Function List

Functions o2pow

float o2scl::o2pow(const float x, const float y)

Exponential for single precision numbers.

double o2scl::o2pow(const double x, const double y)

Exponential for double precision numbers.

long double o2scl::o2pow(const long double x, const long double y)

Exponential for long double.

boost::multiprecision::number<boost::multiprecision::cpp_dec_float<35>> o2scl::o2pow(const boost::multiprecision::number<boost::multiprecision::cpp_dec_float<35>> x, const boost::multiprecision::number<boost::multiprecision::cpp_dec_float<35>> y)

Exponential for cpp_dec_float_35.

boost::multiprecision::cpp_dec_float_50 o2scl::o2pow(const boost::multiprecision::cpp_dec_float_50 x, const boost::multiprecision::cpp_dec_float_50 y)

Exponential for cpp_dec_float_50.

boost::multiprecision::cpp_dec_float_100 o2scl::o2pow(const boost::multiprecision::cpp_dec_float_100 x, const boost::multiprecision::cpp_dec_float_100 y)

Exponential for cpp_dec_float_100.

boost::multiprecision::cpp_bin_float_50 o2scl::o2pow(const boost::multiprecision::cpp_bin_float_50 x, const boost::multiprecision::cpp_bin_float_50 y)

Exponential for cpp_bin_float_50.

boost::multiprecision::cpp_bin_float_100 o2scl::o2pow(const boost::multiprecision::cpp_bin_float_100 x, const boost::multiprecision::cpp_bin_float_100 y)

Exponential for cpp_bin_float_100.