mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
modify tests, changes numbers to remove coma
This commit is contained in:
parent
242b208029
commit
d8c8acece9
|
@ -68,10 +68,10 @@ def f(x):
|
|||
:return: The value of f(x)
|
||||
|
||||
>>> f(0)
|
||||
0.0
|
||||
0
|
||||
|
||||
>>> f(1)
|
||||
1.0
|
||||
1
|
||||
|
||||
>>> f(0.5)
|
||||
0.25
|
||||
|
|
Loading…
Reference in New Issue
Block a user