PETE Built-In Operators
Unary operators
- operator+()
- operator-()
- operator~()
- operator!()
- acos()
- asin()
- atan()
- ceil()
- cos()
- cosh()
- exp()
- fabs()
- floor()
- log()
- log10()
- sin()
- sinh()
- sqrt()
- tan()
- tanh()
- PETE_identity()
- peteCast()
Binary Operators
- operator+()
- operator-()
- operator*()
- operator/()
- operator%()
- operator&()
- operator|()
- operator^()
- operator<()
- operator>()
- operator<=()
- operator>=()
- operator==()
- operator!=()
- operator&&()
- operator||()
- operator<<()
- operator>>()
- ldexp()
- pow()
- fmod()
- atan2()
Trinary Operators