Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iOS で 6.4 などの 10 進数の階乗を計算する必要があります。私は試した
double myFactorial = gamma(6.4);
しかし、「'gamma is available': not avaiable on iOS」というエラーが表示されます。ガンマ機能を iOS に追加する方法はありますか?
やってみました:
tgamma(6.4)
私のコードで動作していることがわかります。
次のものもあります。
double tgamma (double x) float tgammaf (float x) long double tgammal (long double x)