You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is commented out code near the bottom of "unit-defs.lisp" that mentions units "oK", "oC", etc.
My current goal is to document issues and bugs, along with possible workarounds. At some point in the future someone can modernize and update the code.
I hope you won't mind if I document these by raising issues on GitHub. If you would prefer another way, please let me know.
Code in unit-defs.lisp defines the unit "C" both as a unit of electric charge and temperature. This latter one is in effect when measures is loaded
A workaround when working with electric charge is to specify values in terms of Ampere * Second like so:
#M1A.s
A solution would involve changing the definition of temperature units. I may try that at some later time.
The text was updated successfully, but these errors were encountered: