We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a79a28e commit 108e9caCopy full SHA for 108e9ca
maths/dual_number_automatic_differentiation.py
@@ -20,7 +20,6 @@ def __repr__(self):
20
return (
21
f"{self.real}+"
22
f"{'+'.join('{dual}E{n}'.format(dual, n) for n, dual in enumerate(self.duals, 1))}"
23
-
24
)
25
26
def reduce(self):
0 commit comments