diff options
author | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2024-03-23 15:25:42 -0500 |
---|---|---|
committer | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2024-03-23 15:29:12 -0500 |
commit | 4db89a7e775921f4bb29db9f9b6bd939f115b631 (patch) | |
tree | 4b2a1feee3e5d08ff9fcfd95c8d77673964c4426 /src/main/resources | |
parent | 4a17e32274f991014edcfa22402d7207361f69f1 (diff) |
Complete exponentiation of dimensions
Previously, you could only exponentiate individual dimensions in
expressions. For example, `Length^3` was valid, but `(Length / Time)^2`
was not. This is now fixed.
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/about.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/about.txt b/src/main/resources/about.txt index 5cdcf67..07309e5 100644 --- a/src/main/resources/about.txt +++ b/src/main/resources/about.txt @@ -2,7 +2,7 @@ About 7Units Version [VERSION] Copyright Notice: -Unit Converter Copyright (C) 2018-2023 Adrien Hopkins +Unit Converter Copyright (C) 2018-2024 Adrien Hopkins This program comes with ABSOLUTELY NO WARRANTY; for details read the LICENSE file, section 15 |