diff options
| author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-12-25 21:09:53 +1300 |
|---|---|---|
| committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-12-25 21:09:53 +1300 |
| commit | 44bfd9d245f6ba53151b9a149e5ac0c7784ec141 (patch) | |
| tree | e4fc74a384cff4735ee515212068a49890f7bae7 /src | |
| parent | cfb1734769bd6994588a2c86b91f24efd11dd819 (diff) | |
Arithmetic -> Math package rename
Diffstat (limited to 'src')
| -rw-r--r-- | src/kompsos-math.adb (renamed from src/kompsos-arithmetic.adb) | 4 | ||||
| -rw-r--r-- | src/kompsos-math.ads (renamed from src/kompsos-arithmetic.ads) | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/kompsos-arithmetic.adb b/src/kompsos-math.adb index 9d02a5a..b64d393 100644 --- a/src/kompsos-arithmetic.adb +++ b/src/kompsos-math.adb @@ -6,7 +6,7 @@ -- See license.txt for further details -package body Kompsos.Arithmetic is +package body Kompsos.Math is ---------------- @@ -674,6 +674,6 @@ package body Kompsos.Arithmetic is end LTE; -end Kompsos.Arithmetic; +end Kompsos.Math; diff --git a/src/kompsos-arithmetic.ads b/src/kompsos-math.ads index 661dadf..d082f09 100644 --- a/src/kompsos-arithmetic.ads +++ b/src/kompsos-math.ads @@ -8,7 +8,7 @@ generic Zero_Element, One_Element : in Element_Type; -package Kompsos.Arithmetic is +package Kompsos.Math is --------------- @@ -293,6 +293,6 @@ private with Pre => Inputs'Length = 4; -end Kompsos.Arithmetic; +end Kompsos.Math; |
