chird / meteoJS

Javascript Library for meteorological and atmospheric tools
Apache License 2.0
25 stars 6 forks source link

`Math.arctan` should be `Math.atan` #79

Closed adamenveil closed 8 months ago

adamenveil commented 8 months ago

https://github.com/chird/meteoJS/blob/437c590131b7a8e79f65d1a5b8b05e431fcd7cc7/src/meteoJS/Sounding.js#L146

I believe there's a typo here. Should this be using Math.atan instead?

chird commented 8 months ago

Thank you for your hint. Yes, it's a typo and I'm preparing a bugfix release.