You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so because i need this package for physics and in physics we have to deal with alot of trig. functions all the time so handling errors with sin cos etc. is kind of a pain now im trying to add support for those functions my main problem now is in the measurements.py file doesnt seem to be the place where those functions would be defined so i can make my addition to the code.
The text was updated successfully, but these errors were encountered:
Right now, Pint does not appear to simultaneously support NumPy and Measurements/Uncertainties at the same time (see #918), so this will unfortunately be quite difficult to implement. If you still wanted to explore how the NumPy functions are implemented in pint, see the pint/numpy_func.py file.
so because i need this package for physics and in physics we have to deal with alot of trig. functions all the time so handling errors with sin cos etc. is kind of a pain now im trying to add support for those functions my main problem now is in the measurements.py file doesnt seem to be the place where those functions would be defined so i can make my addition to the code.
The text was updated successfully, but these errors were encountered: