Skip to content

Commit

Permalink
add single values of nominal and std
Browse files Browse the repository at this point in the history
  • Loading branch information
chrbeckm committed Sep 28, 2023
1 parent 6075d59 commit 3e6eaa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exercises-toolbox/5-uncertainties/1-formel/loesung.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
Q = x**2 * sin(y) + z

print(f"Q = {Q}")
print(Q.n, Q.s)

from sympy import var, sin

Expand Down

0 comments on commit 3e6eaa1

Please sign in to comment.