腾讯云618特惠专场

文章列表

C++ decimal data types(C++ 十进制数据类型)
In which order should floats be added to get the most precise result?(应该按什么顺序添加浮点数以获得最精确的结果?)
Convert float to string with precision amp; number of decimal digits specified?(使用精度 amp; 将浮点数转换为字符串指定的小数位数?)
How to check if C++ compiler uses IEEE 754 floating point standard(如何检查 C++ 编译器是否使用 IEEE 754 浮点标准)
Convert a float to a string(将浮点数转换为字符串)
How to efficiently perform double/int64 conversions with SSE/AVX?(如何使用 SSE/AVX 高效地执行 double/int64 转换?)
C++ floating point precision(C++ 浮点精度)
Should I use double or float?(我应该使用双精度还是浮点数?)
long double vs double(长双 vs 双)
Why does printf() promote a float to a double?(为什么 printf() 将浮点数提升为双精度数?)