forked from Rust-related/RustPython
committed by
Jeong, YunWon
parent
864e8598f8
commit
235adafa0b
@@ -291,3 +291,5 @@ assert math.fmod(3.0, NINF) == 3.0
|
||||
assert math.fmod(-3.0, NINF) == -3.0
|
||||
assert math.fmod(0.0, 3.0) == 0.0
|
||||
assert math.fmod(0.0, NINF) == 0.0
|
||||
|
||||
assert math.gamma(1) == 1.0
|
||||
|
||||
Reference in New Issue
Block a user