Template Function librapid::asinh(VAL&&)#

Function Documentation#

template<class VAL>
auto librapid::asinh(VAL &&val) -> detail::Function<typetraits::DescriptorType_t<VAL>, detail::Asinh, VAL>#

Calculate the hyperbolic arcsine of each element in the array.

\(R = \{ R_0, R_1, R_2, ... \} \) \text{ where } \(R_i = \sinh^{-1}(A_i)\)

Template Parameters

VAL – Type of the input

Parameters

val – The input array or function

Returns

Hyperbolic sine function object