This is an advanced math engine, made for programming languages It supports: parenthesis try 4*(3+7) and 4*3+7 most operations includion mod (%) and exponents (^) try 3^3 variables try pi+1 functions try 1+abs(-1) Random (random between 1 and x) try floor(rand(10))