tuple_erftuple_erfTupleErfTupleErftuple_erf (算子)

名称

tuple_erftuple_erfTupleErfTupleErftuple_erf — 计算元组的误差函数。

签名

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

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

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

描述

tuple_erftuple_erfTupleErfTupleErfTupleErftuple_erf computes the error function of the input tuple TTTTtt. The error function is defined as: The value of the error function is always returned as a floating point number in ErfErfErfErferferf. The error function of a string is not allowed.

例外:空输入元组

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

HDevelop 内联操作

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

Erf := erf(T)

执行信息

参数

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

Input tuple.

ErfErfErfErferferf (输出控制)  number(-array) HTupleSequence[float]HTupleHtuple (real) (double) (double) (double)

Value of the error function of the input tuple.

替代

tuple_erfctuple_erfcTupleErfcTupleErfcTupleErfctuple_erfc

另见

tuple_exptuple_expTupleExpTupleExpTupleExptuple_exp

模块

基础