* sqrt is 4 characters long, noticed by Artlogic.

git-svn-id: trunk@48525 -
This commit is contained in:
marco 2021-02-08 09:16:13 +00:00
parent ada3d2050c
commit 59a16914f3

View File

@ -240,7 +240,7 @@ const InfixOperatorName : array[addo..powo] of char= ('+','-','*','/','^');
'LOG10','LOG2','LNXP1','!','ARCTAN2',
'STEP','POWER','HYPOT','LOGN');
LenFunctionNames : array[cosx..lognx] of longint=
(3,3,3,3,3,3,2,3,1,5,6,6,6,4,4,4,7,7,7,5,4,5,1,7,4,5,5,4);
(3,3,3,3,4,3,2,3,1,5,6,6,6,4,4,4,7,7,7,5,4,5,1,7,4,5,5,4);
{$I exprstrs.inc}