pow(8,1/3);
fsabs((double)-3/4);
fmod(2.1/1.1);
(int)sqrt(sqrt(16)); \\int只是为了强调sqrt返回值为double
本文章使用limfx的vscode插件快速发布