aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2026-01-05 21:50:56 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2026-01-05 21:50:56 +1300
commit259f5df4d96a958e6cf567725466f92d2e245807 (patch)
tree2c38ba07d0b1f31dd3721403495e20b13132ef5f /test
parent0dd4de8518151a6cbcc310e5495a7828ccc5fbe6 (diff)
Logarithms now work for base=3
Diffstat (limited to 'test')
-rw-r--r--test/expo.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/expo.adb b/test/expo.adb
index 3b5489a..ea2e950 100644
--- a/test/expo.adb
+++ b/test/expo.adb
@@ -74,7 +74,7 @@ procedure Expo is
begin
TIO.Put_Line ("Exponential");
- -- Exp_Test (3, 5); -- uncomment this when logarithms properly worked out
+ Exp_Test (3, 4);
TIO.New_Line;