mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-05-17 14:46:45 +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…
x
Reference in New Issue
Block a user