ClassesClasses | | Operators

Arithmetic

List of Operators

tuple_absTupleAbsTupleAbstuple_abs
Compute the absolute value of a tuple.
tuple_acosTupleAcosTupleAcostuple_acos
Compute the arccosine of a tuple.
tuple_addTupleAddTupleAddtuple_add
Add two tuples.
tuple_asinTupleAsinTupleAsintuple_asin
Compute the arcsine of a tuple.
tuple_atanTupleAtanTupleAtantuple_atan
Compute the arctangent of a tuple.
tuple_atan2TupleAtan2TupleAtan2tuple_atan2
Compute the arctangent of a tuple for all four quadrants.
tuple_ceilTupleCeilTupleCeiltuple_ceil
Compute the ceiling function of a tuple.
tuple_cosTupleCosTupleCostuple_cos
Compute the cosine of a tuple.
tuple_coshTupleCoshTupleCoshtuple_cosh
Compute the hyperbolic cosine of a tuple.
tuple_cumulTupleCumulTupleCumultuple_cumul
Calculate the cumulative sums of a tuple.
tuple_degTupleDegTupleDegtuple_deg
Convert a tuple from radians to degrees.
tuple_divTupleDivTupleDivtuple_div
Divide two tuples.
tuple_expTupleExpTupleExptuple_exp
Compute the exponential of a tuple.
tuple_fabsTupleFabsTupleFabstuple_fabs
Compute the absolute value of a tuple (as floating point numbers).
tuple_floorTupleFloorTupleFloortuple_floor
Compute the floor function of a tuple.
tuple_fmodTupleFmodTupleFmodtuple_fmod
Calculate the remainder of the floating point division of two tuples.
tuple_ldexpTupleLdexpTupleLdexptuple_ldexp
Calculate the ldexp function of two tuples.
tuple_logTupleLogTupleLogtuple_log
Compute the natural logarithm of a tuple.
tuple_log10TupleLog10TupleLog10tuple_log10
Compute the base 10 logarithm of a tuple.
tuple_max2TupleMax2TupleMax2tuple_max2
Calculate the elementwise maximum of two tuples.
tuple_min2TupleMin2TupleMin2tuple_min2
Calculate the elementwise minimum of two tuples.
tuple_modTupleModTupleModtuple_mod
Calculate the remainder of the integer division of two tuples.
tuple_multTupleMultTupleMulttuple_mult
Multiply two tuples.
tuple_negTupleNegTupleNegtuple_neg
Negate a tuple.
tuple_powTuplePowTuplePowtuple_pow
Calculate the power function of two tuples.
tuple_radTupleRadTupleRadtuple_rad
Convert a tuple from degrees to radians.
tuple_sgnTupleSgnTupleSgntuple_sgn
Calculate the sign of a tuple.
tuple_sinTupleSinTupleSintuple_sin
Compute the sine of a tuple.
tuple_sinhTupleSinhTupleSinhtuple_sinh
Compute the hyperbolic sine of a tuple.
tuple_sqrtTupleSqrtTupleSqrttuple_sqrt
Compute the square root of a tuple.
tuple_subTupleSubTupleSubtuple_sub
Subtract two tuples.
tuple_tanTupleTanTupleTantuple_tan
Compute the tangent of a tuple.
tuple_tanhTupleTanhTupleTanhtuple_tanh
Compute the hyperbolic tangent of a tuple.

ClassesClasses | | Operators