The calculate module appears to use only a few `np` features: sin, cos, atan2, sqrt, pi that are also in the `math` module. This would be slightly easier to work with if it did not depend on `np`.
The calculate module appears to use only a few
npfeatures: sin, cos, atan2, sqrt, pi that are also in themathmodule.This would be slightly easier to work with if it did not depend on
np.