Perform complex mathematical calculations with functions and constants
Basic operations: +, -, *, /, ^ (power)
Parentheses: Use ( ) to group expressions
Functions: sin, cos, tan, log, etc.
Constants: pi (π), e, phi (φ), etc.
Example: sin(45) + sqrt(16) * (10 - 5)