modify tests, changes numbers to remove coma

This commit is contained in:
Julien RICHARD 2024-10-06 14:34:48 +02:00
parent 242b208029
commit d8c8acece9
No known key found for this signature in database

View File

@ -68,10 +68,10 @@ def f(x):
:return: The value of f(x) :return: The value of f(x)
>>> f(0) >>> f(0)
0.0 0
>>> f(1) >>> f(1)
1.0 1
>>> f(0.5) >>> f(0.5)
0.25 0.25