技术栈
常用数学函数
繁星璀璨G
6 天前
开发语言
·
c++
·
算法
·
stl
·
常用数学函数
C++11标准模板(STL)- 常用数学函数 - 浮点数操作函数 - 检查第一个浮点参数是否大于等于第二个(std::isgreaterequal)
定义于头文件 <math.h>#define isgreaterequal(x, y) /* implementation defined */