文章列表
Efficient implementation of log2(__m256d) in AVX2(在 AVX2 中高效实现 log2(__m256d))
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() 将浮点数提升为双精度数?)
Difference in floating point arithmetics between x86 and x64(x86 和 x64 浮点运算的区别)
Can I convert a reverse iterator to a forward iterator?(我可以将反向迭代器转换为正向迭代器吗?)
FrameBuffers with GLSurfaceView pattern in OpenGLES 1.1 on android ndk(android ndk 上 OpenGLES 1.1 中具有 GLSurfaceView 模式的 FrameBuffers)
round() for float in C++(在 C++ 中用于浮点数的 round())
What is the difference between float and double?(浮点数和双精度数有什么区别?)