diff options
author | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2019-03-22 19:35:30 -0400 |
---|---|---|
committer | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2019-03-22 19:35:30 -0400 |
commit | bfe1f266922bffd3c0c8d8906535be7621217e7a (patch) | |
tree | 3e85bac0398208db251f7365aa479528409f04f3 /unitsfile.txt | |
parent | 943496888d18b031be19ba8e7348ec188dc8eb6b (diff) |
Unit Expressions are now parsed with the expression parser.
Addition and subtraction are now possible.
Diffstat (limited to 'unitsfile.txt')
-rwxr-xr-x | unitsfile.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unitsfile.txt b/unitsfile.txt index 78e51f7..2455c8a 100755 --- a/unitsfile.txt +++ b/unitsfile.txt @@ -136,7 +136,7 @@ steradian m^2 / m^2 sr steradian degree 360 / tau * radian deg degree -° degree +° degree # Nonlinear units, which are not supported by the file reader and must be defined manually # Use tempC(100) for 100 degrees Celsius |