You can use the +,-,*,/,% operators to perform the aforementioned operations on integers and doubles. On top of that, you can use parentheses for precedence.
Advanced Operations
For all other operations, you need to use the functions in the math module.