#include <math.h> double sqrt(double x); float sqrtf(float x); long double sqrtl(long double x); ... │sqrt(), sqrtf(), sqrtl() │ Thread safety │ MT-Safe ...
確定! 回上一頁