Skip to content

Commit 45ac7de

Browse files
authored
Update EX1-Q1.py
1 parent f35a41e commit 45ac7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TP/TP2/EX1-Q1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from math import sqrt
22

3-
def fonction(x : float): # car (x ∈ ℝ)
3+
def fonction(x : float): # (x ∈ ℝ)
44
return (x**5) - abs(1 - sqrt(x**2)) + 1 / (1 + x**2)
55

0 commit comments

Comments
 (0)