?? 14gam20.c
字號:
#include "stdio.h"
#include "14gam2.c"
main()
{ int i,j;
double y,s,t;
static double a[3]={0.5,5.0,50.0};
static double x[3]={0.1,1.0,10.0};
printf("\n");
for (i=0; i<=2; i++)
for (j=0; j<=2; j++)
{ s=a[i]; t=x[j];
y=gam2(s,t);
printf("gamma(%4.1f,%4.1f)=%e\n",a[i],x[j],y);
}
printf("\n");
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -