Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cada842

Browse filesBrowse files
committed
tests
Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
1 parent 1f3a967 commit cada842
Copy full SHA for cada842

File tree

1 file changed

+2
-0
lines changed
Filter options

1 file changed

+2
-0
lines changed

‎extra_tests/snippets/stdlib_math.py

Copy file name to clipboardExpand all lines: extra_tests/snippets/stdlib_math.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,3 +291,5 @@ def assertAllNotClose(examples, *args, **kwargs):
291291
assert math.fmod(-3.0, NINF) == -3.0
292292
assert math.fmod(0.0, 3.0) == 0.0
293293
assert math.fmod(0.0, NINF) == 0.0
294+
295+
assert math.gamma(1) == 1.0

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.