【ANSI-C】 C言語なら俺に聞け!  Part 127

このエントリーをはてなブックマークに追加
744デフォルトの名無しさん
#include<math.h>
int fact(int n){
    return tgamma(n+1);
}