help correction
authorLaurent Mazet <mazet@softndesign.org>
Fri, 3 Feb 2023 23:11:04 +0000 (00:11 +0100)
committerLaurent Mazet <mazet@softndesign.org>
Fri, 3 Feb 2023 23:11:04 +0000 (00:11 +0100)
parser.c

index c94a1e38841ce79e5056394646743ede94c4400a..b2ef505fc4d5ff77505222ce8524b6f946ea2d3d 100644 (file)
--- a/parser.c
+++ b/parser.c
@@ -516,7 +516,7 @@ void print_element (element_t *root, int level)
     case Acos: func = "Arc Cosine"; break;
     case Asin: func = "Arc Sine"; break;
     case Atan: func = "Arc Tangent"; break;
-    case Ln: func = "Logarithm (e base)"; break;
+    case Ln: func = "Logarithm (natural)"; break;
     case Log: func = "Logarithm (10 base)"; break;
     case Exp: func = "Exponantial"; break;
     case Erfc: func = "Complementary Error Function"; break;