Hello everyone! I need the incomplete gamma function in my code, but I cannot find it neither from standard libraries nor 3rd party packages. Does anyone have any idea if it's implemented in some nim package? I know there's the complete gamma function in standard math.
How about wrapping some existing C library? Any lib suggestions? Althought I'm not sure I'm able to wrap it myself because I'm still relatively new in Nim and typed languages in general...
Best regards and thank you for your time.
I don't know the gammafunction but maybe in math.h?