erfc#
- class brainunit.lax.erfc(x, unit_to_scale=None, **kwargs)#
Elementwise complementary error function: \(\mathrm{erfc}(x) = 1 - \mathrm{erf}(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