tuple_erftuple_erfTupleErfTupleErf (Operator)

Name

tuple_erftuple_erfTupleErfTupleErf — Compute the error function of a tuple.

Signature

tuple_erf( : : T : Erf)

Herror tuple_erf(double T, double* Erf)

Herror T_tuple_erf(const Htuple T, Htuple* Erf)

void TupleErf(const HTuple& T, HTuple* Erf)

HTuple HTuple::TupleErf() const

static void HOperatorSet.TupleErf(HTuple t, out HTuple erf)

HTuple HTuple.TupleErf()

Description

tuple_erftuple_erfTupleErfTupleErfTupleErf computes the error function of the input tuple TTTTt. The error function is defined as: The value of the error function is always returned as a floating point number in ErfErfErfErferf. The 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_erftuple_erfTupleErfTupleErfTupleErf, which can be used in an expression in the following syntax:

Erf := erf(T)

Execution Information

Parameters

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

Input tuple.

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

Value of the error function of the input tuple.

Alternatives

tuple_erfctuple_erfcTupleErfcTupleErfcTupleErfc

See also

tuple_exptuple_expTupleExpTupleExpTupleExp

Module

Foundation