Skip to content
Snippets Groups Projects
Commit 1ea8fcfa authored by xbe's avatar xbe
Browse files

py/builtinmath.c: use tgamma() instead of gamma().

gamma() is now deprecated.
parent 196990b8
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ MATH_FUN_1(trunc, trunc)
MATH_FUN_2(ldexp, ldexp)
MATH_FUN_1(erf, erf)
MATH_FUN_1(erfc, erfc)
MATH_FUN_1(gamma, gamma)
MATH_FUN_1(gamma, tgamma)
MATH_FUN_1(lgamma, lgamma)
//TODO: factorial, fsum
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment