Operator Reference
Arithmetic
List of Operators
tuple_abs
- Compute the absolute value of a tuple.
tuple_acos
- Compute the arccosine of a tuple.
tuple_acosh
- Compute the inverse hyperbolic cosine of a tuple.
tuple_add
- Add two tuples.
tuple_asin
- Compute the arcsine of a tuple.
tuple_asinh
- Compute the inverse hyperbolic sine of a tuple.
tuple_atan
- Compute the arctangent of a tuple.
tuple_atan2
- Compute the arctangent of a tuple for all four quadrants.
tuple_atanh
- Compute the inverse hyperbolic tangent of a tuple.
tuple_cbrt
- Compute the cube root of a tuple.
tuple_ceil
- Compute the ceiling function of a tuple.
tuple_cos
- Compute the cosine of a tuple.
tuple_cosh
- Compute the hyperbolic cosine of a tuple.
tuple_cumul
- Calculate the cumulative sums of a tuple.
tuple_deg
- Convert a tuple from radians to degrees.
tuple_div
- Divide two tuples.
tuple_erf
- Compute the error function of a tuple.
tuple_erfc
- Compute the complementary error function of a tuple.
tuple_exp
- Compute the exponential of a tuple.
tuple_exp10
- Compute the base 10 exponential of a tuple.
tuple_exp2
- Compute the base 2 exponential of a tuple.
tuple_fabs
- Compute the absolute value of a tuple (as floating point numbers).
tuple_floor
- Compute the floor function of a tuple.
tuple_fmod
- Calculate the remainder of the floating point division of two tuples.
tuple_hypot
- Calculate the hypotenuse of two tuples.
tuple_ldexp
- Calculate the ldexp function of two tuples.
tuple_lgamma
- Compute the logarithm of the absolute value of the gamma function of a tuple.
tuple_log
- Compute the natural logarithm of a tuple.
tuple_log10
- Compute the base 10 logarithm of a tuple.
tuple_log2
- Compute the base 2 logarithm of a tuple.
tuple_max2
- Calculate the elementwise maximum of two tuples.
tuple_min2
- Calculate the elementwise minimum of two tuples.
tuple_mod
- Calculate the remainder of the integer division of two tuples.
tuple_mult
- Multiply two tuples.
tuple_neg
- Negate a tuple.
tuple_pow
- Calculate the power function of two tuples.
tuple_rad
- Convert a tuple from degrees to radians.
tuple_sgn
- Calculate the sign of a tuple.
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.
tuple_tgamma
- Compute the gamma function of a tuple.