C++语言
Completion requirements
C 运行时还提供了各种杂项数学函数,例如 std::fma(2.0F, 3.0F, 4.0F);
用于计算 2*3+4
。
Last modified: Thursday, 30 January 2025, 1:34 PM