--- Merging r48525 into '.':

U    packages/symbolic/src/symbolic.pas
--- Recording mergeinfo for merge of r48525 into '.':
 U   .

# revisions: 48525
r48525 | marco | 2021-02-08 10:16:13 +0100 (Mon, 08 Feb 2021) | 1 line
Changed paths:
   M /trunk/packages/symbolic/src/symbolic.pas

 * sqrt is 4 characters long, noticed by Artlogic.

git-svn-id: branches/fixes_3_2@48690 -
This commit is contained in:
marco 2021-02-17 09:36:43 +00:00
parent ab4f34e3ff
commit b7a08a0150

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}