Functions o2exp¶
-
float o2scl::o2exp(const float x)¶
Exponential for single precision numbers.
-
double o2scl::o2exp(const double x)¶
Exponential for double precision numbers.
-
long double o2scl::o2exp(const long double x)¶
Exponential for long double.
-
boost::multiprecision::number<boost::multiprecision::cpp_dec_float<35>> o2scl::o2exp(const boost::multiprecision::number<boost::multiprecision::cpp_dec_float<35>> x)¶
Exponential for cpp_dec_float_35.
-
boost::multiprecision::cpp_dec_float_50 o2scl::o2exp(const boost::multiprecision::cpp_dec_float_50 x)¶
Exponential for cpp_dec_float_50.
-
boost::multiprecision::cpp_dec_float_100 o2scl::o2exp(const boost::multiprecision::cpp_dec_float_100 x)¶
Exponential for cpp_dec_float_100.