tuple_erfctuple_erfcTupleErfcTupleErfc (Operator)

Name

tuple_erfctuple_erfcTupleErfcTupleErfc — 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()

Description

tuple_erfctuple_erfcTupleErfcTupleErfcTupleErfc computes the complementary error function of the input tuple TTTTt. The complementary error function is defined as (for the definition of see tuple_erftuple_erfTupleErfTupleErfTupleErf). The value of the complementary error function is always returned as a floating point number in ErfcErfcErfcErfcerfc. 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_erfcTupleErfcTupleErfcTupleErfc, which can be used in an expression in the following syntax:

Erfc := erfc(T)

Execution Information

Parameters

TTTTt (input_control)  number(-array) HTupleHTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)

Input tuple.

ErfcErfcErfcErfcerfc (output_control)  number(-array) HTupleHTupleHtuple (real) (double) (double) (double)

Value of the complementary error function of the input tuple.

Alternatives

tuple_erftuple_erfTupleErfTupleErfTupleErf

See also

tuple_exptuple_expTupleExpTupleExpTupleExp

Module

Foundation