ClassesClassesClassesClasses | | | | Operators

Arithmetic

List of Operators

tuple_absTupleAbsTupleAbstuple_absTupleAbstuple_abs
Compute the absolute value of a tuple.
tuple_acosTupleAcosTupleAcostuple_acosTupleAcostuple_acos
Compute the arccosine of a tuple.
tuple_addTupleAddTupleAddtuple_addTupleAddtuple_add
Add two tuples.
tuple_asinTupleAsinTupleAsintuple_asinTupleAsintuple_asin
Compute the arcsine of a tuple.
tuple_atanTupleAtanTupleAtantuple_atanTupleAtantuple_atan
Compute the arctangent of a tuple.
tuple_atan2TupleAtan2TupleAtan2tuple_atan2TupleAtan2tuple_atan2
Compute the arctangent of a tuple for all four quadrants.
tuple_ceilTupleCeilTupleCeiltuple_ceilTupleCeiltuple_ceil
Compute the ceiling function of a tuple.
tuple_cosTupleCosTupleCostuple_cosTupleCostuple_cos
Compute the cosine of a tuple.
tuple_coshTupleCoshTupleCoshtuple_coshTupleCoshtuple_cosh
Compute the hyperbolic cosine of a tuple.
tuple_cumulTupleCumulTupleCumultuple_cumulTupleCumultuple_cumul
Calculate the cumulative sums of a tuple.
tuple_degTupleDegTupleDegtuple_degTupleDegtuple_deg
Convert a tuple from radians to degrees.
tuple_divTupleDivTupleDivtuple_divTupleDivtuple_div
Divide two tuples.
tuple_expTupleExpTupleExptuple_expTupleExptuple_exp
Compute the exponential of a tuple.
tuple_fabsTupleFabsTupleFabstuple_fabsTupleFabstuple_fabs
Compute the absolute value of a tuple (as floating point numbers).
tuple_floorTupleFloorTupleFloortuple_floorTupleFloortuple_floor
Compute the floor function of a tuple.
tuple_fmodTupleFmodTupleFmodtuple_fmodTupleFmodtuple_fmod
Calculate the remainder of the floating point division of two tuples.
tuple_ldexpTupleLdexpTupleLdexptuple_ldexpTupleLdexptuple_ldexp
Calculate the ldexp function of two tuples.
tuple_logTupleLogTupleLogtuple_logTupleLogtuple_log
Compute the natural logarithm of a tuple.
tuple_log10TupleLog10TupleLog10tuple_log10TupleLog10tuple_log10
Compute the base 10 logarithm of a tuple.
tuple_max2TupleMax2TupleMax2tuple_max2TupleMax2tuple_max2
Calculate the elementwise maximum of two tuples.
tuple_min2TupleMin2TupleMin2tuple_min2TupleMin2tuple_min2
Calculate the elementwise minimum of two tuples.
tuple_modTupleModTupleModtuple_modTupleModtuple_mod
Calculate the remainder of the integer division of two tuples.
tuple_multTupleMultTupleMulttuple_multTupleMulttuple_mult
Multiply two tuples.
tuple_negTupleNegTupleNegtuple_negTupleNegtuple_neg
Negate a tuple.
tuple_powTuplePowTuplePowtuple_powTuplePowtuple_pow
Calculate the power function of two tuples.
tuple_radTupleRadTupleRadtuple_radTupleRadtuple_rad
Convert a tuple from degrees to radians.
tuple_sgnTupleSgnTupleSgntuple_sgnTupleSgntuple_sgn
Calculate the sign of a tuple.
tuple_sinTupleSinTupleSintuple_sinTupleSintuple_sin
Compute the sine of a tuple.
tuple_sinhTupleSinhTupleSinhtuple_sinhTupleSinhtuple_sinh
Compute the hyperbolic sine of a tuple.
tuple_sqrtTupleSqrtTupleSqrttuple_sqrtTupleSqrttuple_sqrt
Compute the square root of a tuple.
tuple_subTupleSubTupleSubtuple_subTupleSubtuple_sub
Subtract two tuples.
tuple_tanTupleTanTupleTantuple_tanTupleTantuple_tan
Compute the tangent of a tuple.
tuple_tanhTupleTanhTupleTanhtuple_tanhTupleTanhtuple_tanh
Compute the hyperbolic tangent of a tuple.

ClassesClassesClassesClasses | | | | Operators