tuple_erfctuple_erfcTupleErfcTupleErfctuple_erfc (算子)

名称

tuple_erfctuple_erfcTupleErfcTupleErfctuple_erfc — 计算元组的互补误差函数。

签名

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

描述

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.

例外:空输入元组

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

HDevelop 内联操作

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)

执行信息

参数

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

Input tuple.

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

Value of the complementary error function of the input tuple.

替代

tuple_erftuple_erfTupleErfTupleErfTupleErftuple_erf

另见

tuple_exptuple_expTupleExpTupleExpTupleExptuple_exp

模块

基础