Changes

36 bytes added ,  22:21, 13 December 2013
no edit summary
Line 1: Line 1:  
=MAX(n1,n2,...)=
 
=MAX(n1,n2,...)=
   −
*Where n1,n2,... are numbers.
+
*Where <math>n1,n2,...</math> are numbers.
    
MAX() calculates the largest value in a set of given values.
 
MAX() calculates the largest value in a set of given values.
Line 15: Line 15:  
MAX(-3,0.02,TRUE,-7) ''returns 1''
 
MAX(-3,0.02,TRUE,-7) ''returns 1''
   −
*Arguments can be numbers, logical values, text, array or references that contain numbers.
+
*Arguments <math>n1,n2,...</math> can be numbers, logical values, text, array or references that contain numbers.
 
*Calci displays zero if the arguments do not have any numbers.
 
*Calci displays zero if the arguments do not have any numbers.
 
*If the logical values and text values are entered directly in the argument, they are considered in finding the MAX value.
 
*If the logical values and text values are entered directly in the argument, they are considered in finding the MAX value.
writer
2,661

edits