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