iris-hep / awesome-hep

A curated list of awesome high energy and particle physics software.
BSD 3-Clause "New" or "Revised" License
52 stars 17 forks source link

uncertainties is awesome. #8

Closed marinang closed 5 years ago

marinang commented 5 years ago

And it works with numpy array see https://uncertainties-python-package.readthedocs.io/en/latest/numpy_guide.html?highlight=unumpy

jpivarski commented 5 years ago

That does look awesome. The only downside is that you have to import special functions (uncertainties.sin, uncertainties.cos, etc. I don't see a way around it, though).