asinh#
- class brainunit.lax.asinh(x, unit_to_scale=None, **kwargs)#
Elementwise inverse hyperbolic sine: \(\mathrm{asinh}(x)\).
- Parameters:
x (saiunit.Quantity |
Array|ndarray|number|bool) – Input array. Must be dimensionless or scaled viaunit_to_scale.unit_to_scale (saiunit.Unit |
None) – If provided,xis scaled by this unit before applying the function.
- Returns:
result – Always unitless.
- Return type:
Array