pyIGRF icon indicating copy to clipboard operation
pyIGRF copied to clipboard

Can this be rewritten to use Python's native `math` instead of `np`?

Open slott56 opened this issue 4 years ago • 0 comments

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.

slott56 avatar Jun 21 '21 23:06 slott56