tuple_erfctuple_erfcTupleErfcTupleErfctuple_erfc (Operator)

Name

tuple_erfctuple_erfcTupleErfcTupleErfctuple_erfc — Compute the complementary error function of a tuple.

Signature

tuple_erfc( : : T : Erfc)

Herror tuple_erfc(double T, double* Erfc)

Herror T_tuple_erfc(const Htuple T, Htuple* Erfc)

void TupleErfc(const HTuple& T, HTuple* Erfc)

HTuple HTuple::TupleErfc() const

static void HOperatorSet.TupleErfc(HTuple t, out HTuple erfc)

HTuple HTuple.TupleErfc()

def tuple_erfc(t: MaybeSequence[Union[float, int]]) -> Sequence[float]

def tuple_erfc_s(t: MaybeSequence[Union[float, int]]) -> float

Description

tuple_erfctuple_erfcTupleErfcTupleErfcTupleErfctuple_erfc computes the complementary error function of the input tuple TTTTtt. The complementary error function is defined as (for the definition of see tuple_erftuple_erfTupleErfTupleErfTupleErftuple_erf). The value of the complementary error function is always returned as a floating point number in ErfcErfcErfcErfcerfcerfc. The complementary error function of a string is not allowed.

Exception: Empty input tuple

If the input tuple is empty, the operator returns an empty tuple.

HDevelop In-line Operation

HDevelop provides an in-line operation for tuple_erfctuple_erfcTupleErfcTupleErfcTupleErfctuple_erfc, which can be used in an expression in the following syntax:

Erfc := erfc(T)

Execution Information

Parameters

TTTTtt (input_control)  number(-array) HTupleMaybeSequence[Union[float, int]]HTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)

Input tuple.

ErfcErfcErfcErfcerfcerfc (output_control)  number(-array) HTupleSequence[float]HTupleHtuple (real) (double) (double) (double)

Value of the complementary error function of the input tuple.

Alternatives

tuple_erftuple_erfTupleErfTupleErfTupleErftuple_erf

See also

tuple_exptuple_expTupleExpTupleExpTupleExptuple_exp

Module

Foundation