Replies: 1 comment 4 replies
-
This works for me:
What exactly do you see if you try the simple snippet above? I doubt the issue has to do with any versions. I would guess it more likely has to do with something about your python environment, such as how you are installing |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm sure I've done something dumb, but for some reason when I import
from uncertainties.umath import *
it doesn't actually import any functions (sin, exp, tan, etc). I've tried upgrading every version. Am I missing a package?Beta Was this translation helpful? Give feedback.
All reactions