我需要输入这个等式,其中有一个因子.我想知道是否有类似*=乘法或pow(1,3)的东西用于C中的因子.
term = pow(-1, K) * pow(x, 2K)/(2K)
阶乘将是最后2K.
c math factorial
c ×1
factorial ×1
math ×1