BaReinhard / Hacktoberfest-Mathematics

Math is fun so let's make some scripts and or programs that use some of your favorite math formulas and functions.
https://bareinhard.github.io/Hacktoberfest-Mathematics/
GNU General Public License v3.0
122 stars 363 forks source link

Units Physics #228

Open AndrewOrr opened 7 years ago

AndrewOrr commented 7 years ago

The physics modules don't account for units. Does anyone have a strong opinion on the inclusion of a units library?

BaReinhard commented 7 years ago

I would assume that the units are assumed to be whatever the equation calls for. i.e. gravity would assume the units of m/s. How were you thinking of implementing a unit library?