gcc以及共享庫

#include<stdio.h>
#include<math.h>
int main()
{

	double x = pow(2.0,3.0);
	printf("The cube of 2.0 = %f\n",x);
	return 0;
}
相關文章
相關標籤/搜索