tuple_asinhtuple_asinhTupleAsinhTupleAsinhtuple_asinh (算子名称)
名称
tuple_asinhtuple_asinhTupleAsinhTupleAsinhtuple_asinh — Compute the inverse hyperbolic sine of a tuple.
参数签名
Herror tuple_asinh(double T, double* Asinh)
Herror T_tuple_asinh(const Htuple T, Htuple* Asinh)
def tuple_asinh(t: MaybeSequence[Union[float, int]]) -> Sequence[float]
def tuple_asinh_s(t: MaybeSequence[Union[float, int]]) -> float
描述
tuple_asinhtuple_asinhTupleAsinhTupleAsinhTupleAsinhtuple_asinh computes the inverse hyperbolic sine of the
input tuple TTTTtt. The inverse hyperbolic sine is always
returned as a floating point number in AsinhAsinhAsinhAsinhasinhasinh. The inverse
hyperbolic sine of a string is not allowed.
Exception: Empty input tuple
If the input tuple is empty, 该算子 returns an empty tuple.
HDevelop In-line Operation
HDevelop provides an in-line operation for tuple_asinhtuple_asinhTupleAsinhTupleAsinhTupleAsinhtuple_asinh,
which can be used in an expression in the following syntax:
Asinh := asinh(T)
运行信息
- Multithreading type: independent (runs in parallel even with exclusive operators).
- 多线程作用域:全局(可以从任何线程调用)。
- 未经并行化处理。
参数表
TTTTtt (input_control) number(-array) → HTupleMaybeSequence[Union[float, int]]HTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
Input tuple.
AsinhAsinhAsinhAsinhasinhasinh (output_control) number(-array) → HTupleSequence[float]HTupleHtuple (real) (double) (double) (double)
Inverse hyperbolic sine of the input tuple.
可替代算子
tuple_acoshtuple_acoshTupleAcoshTupleAcoshTupleAcoshtuple_acosh,
tuple_atanhtuple_atanhTupleAtanhTupleAtanhTupleAtanhtuple_atanh
参考其它
tuple_asintuple_asinTupleAsinTupleAsinTupleAsintuple_asin,
tuple_sintuple_sinTupleSinTupleSinTupleSintuple_sin,
tuple_asintuple_asinTupleAsinTupleAsinTupleAsintuple_asin
模块
Foundation