Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
1ea8fcfa
Commit
1ea8fcfa
authored
Mar 23, 2014
by
xbe
Browse files
py/builtinmath.c: use tgamma() instead of gamma().
gamma() is now deprecated.
parent
196990b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
py/builtinmath.c
View file @
1ea8fcfa
...
...
@@ -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
,
t
gamma
)
MATH_FUN_1
(
lgamma
,
lgamma
)
//TODO: factorial, fsum
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment