You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced 2026-05-20 10:30:31 -07:00
py/builtinmath.c: use tgamma() instead of gamma().
gamma() is now deprecated.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user