(5+23+(1/2))*2
Math.pow(2,3) => 8
Math.exp(Math.log(471)) => 471
Math.log(Math.E) => 1
Math.sqrt(3) // for square root
x:=7
x+42
Math.sin(3)