mkhan45 / CalcuLaTeX

A pretty printing calculator language with support for units. Makes calculations easier and more presentable with real time LaTeX output, along with support for units, variables, and mathematical functions.
https://calcula.tech
Mozilla Public License 2.0
396 stars 17 forks source link

More derived units and base imperial units #29

Open mkhan45 opened 3 years ago

mkhan45 commented 3 years ago

https://en.wikipedia.org/wiki/Imperial_units - I don't want abbreviations for these

https://physics.nist.gov/cuu/Units/units.html

mkhan45 commented 3 years ago

Started in 243d369920e203e2150cfa96ba63ed3e1af6eaf4

mkhan45 commented 3 years ago

Turns out imperial units suck more than expected

fabianlischka commented 3 years ago

Personally, I think Imperial and US units should be relegated to the past...

I noted that you added Pascal, but it doesn't seem to work yet? Line 21: Pa is not a variable or a valid unit

mkhan45 commented 3 years ago

Personally, I think Imperial and US units should be relegated to the past...

I'm definitely starting to agree

I noted that you added Pascal, but it doesn't seem to work yet?

This is fixed by 09d9ded; it should be live on calcula.tech in the next hour. Thanks for the report!

mkhan45 commented 3 years ago

User defined units should also be a thing