Here is an example of how I separate coding so I can easily identify what is what.
fmx stands for fastMAX( , smx stands for slowMAX(.
The rd in the lowest line is and abbreviation for THE COLOR RED, the wh is an abbreviation for THE COLOR WHITE, bu for THE COLOR BLUE.
Ron D
//]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]
fs=(r15mg+rCFmat+rs101dg)/3;sl=(r99eg+r25mg+rs101dg)/3;
//]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]
fmx=Max(fs,Max(rw99g,sl));fmn=Min(fs,Min(rw99g,sl));
//]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]
smx=Max(rw99wg,Max(rw99g,re99g));smn=Min(rw99wg,Min(rw99g,re99g));
//]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]
mx=Max(fs,Max(sl,Max(rw99wg,Max(rw99g,Max(r99wg,re99g)))));
//]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]
mn=Min(fs,Max(sl,Max(rw99wg,Min(rw99g,Min(r99wg,re99g)))));
//]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]
rd=fs;wh=sl;bu=rw99wg;bk=rw99g;yl=re99g;tq=r99wg;
//]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]