mathExpression = '-(2*(1.5707963267949*-314.159265358979−1.5707963267949*0−0))+sqr((2*(1.5707963267949*-314.159265358979−1.5707963267949*0−0))**2−4((1.5707963267949**2+1))(0**2−200**2+0**2−2-314.1592653589790+-314.159265358979**2))/2((1.5707963267949**2+1))'
The expressions discussed above show that standard operators +, -, *, /, <, <=, etc., can be used to setup an expression. Additionally, in recent FPC versions, the operator ^ is available for calculating the power, and mod for the remainder of integer divisions (modulo).