std::fmin, std::fminf, std::fminl 定义于头文件<cmath> floatfmin(floatx,floaty); floatfminf(floatx,floaty); (1)(C++11 起) doublefmin(doublex,doubley); (2)(C++11 起) longdoublefmin(longdoublex,longdoubley); longdoublefminl(longdoublex,longdoubley);...
std::fmin, std::fminf, std::fminl std::fdim, std::fdimf, std::fdiml NAN std::exp, std::expf, std::expl std::exp2, std::exp2f, std::exp2l std::expm1, std::expm1f, std::expm1l std::log, std::logf, std::logl std::log10, std::log10f, std::log10l std::log...