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
d67441de
Commit
d67441de
authored
Mar 23, 2014
by
Damien George
Browse files
Merge pull request #365 from xbe/tgamma
py/builtinmath.c: use tgamma() instead of gamma().
parents
12140288
1ea8fcfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
py/builtinmath.c
View file @
d67441de
...
...
@@ -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