How can I implement gamma function in C?
there's this gamma and lgamma function in math.h but they work only on Real numbers and not Complex ones. Can I extend the existing function? what do?
there's this gamma and lgamma function in math.h but they work only on Real numbers and not Complex ones. Can I extend the existing function? what do?
