Skip to content

Tuple - Arithmetic🔗

Operators🔗

tuple_absTupleAbs: Compute the absolute value of a tuple.

tuple_acosTupleAcos: Compute the arccosine of a tuple.

tuple_acoshTupleAcosh: Compute the inverse hyperbolic cosine of a tuple.

tuple_addTupleAdd: Add two tuples.

tuple_asinTupleAsin: Compute the arcsine of a tuple.

tuple_asinhTupleAsinh: Compute the inverse hyperbolic sine of a tuple.

tuple_atanTupleAtan: Compute the arctangent of a tuple.

tuple_atan2TupleAtan2: Compute the arctangent of a tuple for all four quadrants.

tuple_atanhTupleAtanh: Compute the inverse hyperbolic tangent of a tuple.

tuple_cbrtTupleCbrt: Compute the cube root of a tuple.

tuple_ceilTupleCeil: Compute the ceiling function of a tuple.

tuple_cosTupleCos: Compute the cosine of a tuple.

tuple_coshTupleCosh: Compute the hyperbolic cosine of a tuple.

tuple_cumulTupleCumul: Calculate the cumulative sums of a tuple.

tuple_degTupleDeg: Convert a tuple from radians to degrees.

tuple_divTupleDiv: Divide two tuples.

tuple_erfTupleErf: Compute the error function of a tuple.

tuple_erfcTupleErfc: Compute the complementary error function of a tuple.

tuple_expTupleExp: Compute the exponential of a tuple.

tuple_exp10TupleExp10: Compute the base 10 exponential of a tuple.

tuple_exp2TupleExp2: Compute the base 2 exponential of a tuple.

tuple_fabsTupleFabs: Compute the absolute value of a tuple (as floating point numbers).

tuple_floorTupleFloor: Compute the floor function of a tuple.

tuple_fmodTupleFmod: Calculate the remainder of the floating point division of two tuples.

tuple_hypotTupleHypot: Calculate the hypotenuse of two tuples.

tuple_ldexpTupleLdexp: Calculate the ldexp function of two tuples.

tuple_lgammaTupleLgamma: Compute the logarithm of the absolute value of the gamma function of a tuple.

tuple_logTupleLog: Compute the natural logarithm of a tuple.

tuple_log10TupleLog10: Compute the base 10 logarithm of a tuple.

tuple_log2TupleLog2: Compute the base 2 logarithm of a tuple.

tuple_max2TupleMax2: Calculate the elementwise maximum of two tuples.

tuple_min2TupleMin2: Calculate the elementwise minimum of two tuples.

tuple_modTupleMod: Calculate the remainder of the integer division of two tuples.

tuple_multTupleMult: Multiply two tuples.

tuple_negTupleNeg: Negate a tuple.

tuple_powTuplePow: Calculate the power function of two tuples.

tuple_radTupleRad: Convert a tuple from degrees to radians.

tuple_sgnTupleSgn: Calculate the sign of a tuple.

tuple_sinTupleSin: Compute the sine of a tuple.

tuple_sinhTupleSinh: Compute the hyperbolic sine of a tuple.

tuple_sqrtTupleSqrt: Compute the square root of a tuple.

tuple_subTupleSub: Subtract two tuples.

tuple_tanTupleTan: Compute the tangent of a tuple.

tuple_tanhTupleTanh: Compute the hyperbolic tangent of a tuple.

tuple_tgammaTupleTgamma: Compute the gamma function of a tuple.