Arithmetic
List of Operators
tuple_absTupleAbstuple_absTupleAbstuple_abs
- Compute the absolute value of a tuple.
tuple_acosTupleAcostuple_acosTupleAcostuple_acos
- Compute the arccosine of a tuple.
tuple_acoshTupleAcoshtuple_acoshTupleAcoshtuple_acosh
- Compute the inverse hyperbolic cosine of a tuple.
tuple_addTupleAddtuple_addTupleAddtuple_add
- Add two tuples.
tuple_asinTupleAsintuple_asinTupleAsintuple_asin
- Compute the arcsine of a tuple.
tuple_asinhTupleAsinhtuple_asinhTupleAsinhtuple_asinh
- Compute the inverse hyperbolic sine of a tuple.
tuple_atanTupleAtantuple_atanTupleAtantuple_atan
- Compute the arctangent of a tuple.
tuple_atan2TupleAtan2tuple_atan2TupleAtan2tuple_atan2
- Compute the arctangent of a tuple for all four quadrants.
tuple_atanhTupleAtanhtuple_atanhTupleAtanhtuple_atanh
- Compute the inverse hyperbolic tangent of a tuple.
tuple_cbrtTupleCbrttuple_cbrtTupleCbrttuple_cbrt
- Compute the cube root of a tuple.
tuple_ceilTupleCeiltuple_ceilTupleCeiltuple_ceil
- Compute the ceiling function of a tuple.
tuple_cosTupleCostuple_cosTupleCostuple_cos
- Compute the cosine of a tuple.
tuple_coshTupleCoshtuple_coshTupleCoshtuple_cosh
- Compute the hyperbolic cosine of a tuple.
tuple_cumulTupleCumultuple_cumulTupleCumultuple_cumul
- Calculate the cumulative sums of a tuple.
tuple_degTupleDegtuple_degTupleDegtuple_deg
- Convert a tuple from radians to degrees.
tuple_divTupleDivtuple_divTupleDivtuple_div
- Divide two tuples.
tuple_erfTupleErftuple_erfTupleErftuple_erf
- Compute the error function of a tuple.
tuple_erfcTupleErfctuple_erfcTupleErfctuple_erfc
- Compute the complementary error function of a tuple.
tuple_expTupleExptuple_expTupleExptuple_exp
- Compute the exponential of a tuple.
tuple_exp10TupleExp10tuple_exp10TupleExp10tuple_exp10
- Compute the base 10 exponential of a tuple.
tuple_exp2TupleExp2tuple_exp2TupleExp2tuple_exp2
- Compute the base 2 exponential of a tuple.
tuple_fabsTupleFabstuple_fabsTupleFabstuple_fabs
- Compute the absolute value of a tuple (as floating point numbers).
tuple_floorTupleFloortuple_floorTupleFloortuple_floor
- Compute the floor function of a tuple.
tuple_fmodTupleFmodtuple_fmodTupleFmodtuple_fmod
- Calculate the remainder of the floating point division of two tuples.
tuple_hypotTupleHypottuple_hypotTupleHypottuple_hypot
- Calculate the hypotenuse of two tuples.
tuple_ldexpTupleLdexptuple_ldexpTupleLdexptuple_ldexp
- Calculate the ldexp function of two tuples.
tuple_lgammaTupleLgammatuple_lgammaTupleLgammatuple_lgamma
- Compute the logarithm of the absolute value of the gamma function of
a tuple.
tuple_logTupleLogtuple_logTupleLogtuple_log
- Compute the natural logarithm of a tuple.
tuple_log10TupleLog10tuple_log10TupleLog10tuple_log10
- Compute the base 10 logarithm of a tuple.
tuple_log2TupleLog2tuple_log2TupleLog2tuple_log2
- Compute the base 2 logarithm of a tuple.
tuple_max2TupleMax2tuple_max2TupleMax2tuple_max2
- Calculate the elementwise maximum of two tuples.
tuple_min2TupleMin2tuple_min2TupleMin2tuple_min2
- Calculate the elementwise minimum of two tuples.
tuple_modTupleModtuple_modTupleModtuple_mod
- Calculate the remainder of the integer division of two tuples.
tuple_multTupleMulttuple_multTupleMulttuple_mult
- Multiply two tuples.
tuple_negTupleNegtuple_negTupleNegtuple_neg
- Negate a tuple.
tuple_powTuplePowtuple_powTuplePowtuple_pow
- Calculate the power function of two tuples.
tuple_radTupleRadtuple_radTupleRadtuple_rad
- Convert a tuple from degrees to radians.
tuple_sgnTupleSgntuple_sgnTupleSgntuple_sgn
- Calculate the sign of a tuple.
tuple_sinTupleSintuple_sinTupleSintuple_sin
- Compute the sine of a tuple.
tuple_sinhTupleSinhtuple_sinhTupleSinhtuple_sinh
- Compute the hyperbolic sine of a tuple.
tuple_sqrtTupleSqrttuple_sqrtTupleSqrttuple_sqrt
- Compute the square root of a tuple.
tuple_subTupleSubtuple_subTupleSubtuple_sub
- Subtract two tuples.
tuple_tanTupleTantuple_tanTupleTantuple_tan
- Compute the tangent of a tuple.
tuple_tanhTupleTanhtuple_tanhTupleTanhtuple_tanh
- Compute the hyperbolic tangent of a tuple.
tuple_tgammaTupleTgammatuple_tgammaTupleTgammatuple_tgamma
- Compute the gamma function of a tuple.