Functions o2hypot¶
-
float o2scl::o2hypot(const float x, const float y)¶
Compatbility function for hypot()
-
double o2scl::o2hypot(const double x, const double y)¶
Compatbility function for hypot()
-
long double o2scl::o2hypot(const long double x, const long double y)¶
Compatbility function for hypot()
-
boost::multiprecision::number<boost::multiprecision::cpp_dec_float<35>> o2scl::o2hypot(const boost::multiprecision::number<boost::multiprecision::cpp_dec_float<35>> x, const boost::multiprecision::number<boost::multiprecision::cpp_dec_float<35>> y)¶
Compatbility function for hypot()
-
boost::multiprecision::cpp_dec_float_50 o2scl::o2hypot(const boost::multiprecision::cpp_dec_float_50 x, const boost::multiprecision::cpp_dec_float_50 y)¶
Compatbility function for hypot()
-
boost::multiprecision::cpp_dec_float_100 o2scl::o2hypot(const boost::multiprecision::cpp_dec_float_100 x, const boost::multiprecision::cpp_dec_float_100 y)¶
Compatbility function for hypot()