Mathematical methods in Visualforce page November 20, 2012June 9, 2022InfallibleTechie Admin Sample Code: <apex:page> <p>Let’s find a maximum: {! MAX(1,2,3,4,5,6,5,4,3,2,1)} </p><p>The square root of 49 is {! SQRT(49)}</p> </apex:page> Output: