| ::tuple_abs | Compute the absolute value of a tuple. |
| ::tuple_acos | Compute the arccosine of a tuple. |
| ::tuple_add | Add two tuples. |
| ::tuple_asin | Compute the arcsine of a tuple. |
| ::tuple_atan | Compute the arctangent of a tuple. |
| ::tuple_atan2 | Compute the arctangent of a tuple for all four quadrants. |
| ::tuple_cos | Compute the cosine of a tuple. |
| ::tuple_cosh | Compute the hyperbolic cosine of a tuple. |
| ::tuple_div | Divide two tuples. |
| ::tuple_exp | Compute the exponential of a tuple. |
| ::tuple_fabs | Compute the absolute value of a tuple (as floating point numbers). |
| ::tuple_fmod | Calculate the remainder of the floating point division of two tuples. |
| ::tuple_ldexp | Calculate the ldexp function of two tuples. |
| ::tuple_log | Compute the natural logarithm of a tuple. |
| ::tuple_log10 | Compute the base 10 logarithm of a tuple. |
| ::tuple_mult | Multiply two tuples. |
| ::tuple_neg | Negate a tuple. |
| ::tuple_pow | Calculate the power function two tuples. |
| ::tuple_rad | Convert a tuple from degrees to radians. |
| ::tuple_sin | Compute the sine of a tuple. |
| ::tuple_sinh | Compute the hyperbolic sine of a tuple. |
| ::tuple_sqrt | Compute the square root of a tuple. |
| ::tuple_sub | Subtract two tuples. |
| ::tuple_tan | Compute the tangent of a tuple. |
| ::tuple_tanh | Compute the hyperbolic tangent of a tuple. |