igammac#
- class saiunit.lax.igammac(x, y, unit_to_scale=None, **kwargs)#
Elementwise complementary regularized incomplete gamma function.
- Parameters:
x (
Union[Array,ndarray,number,bool, saiunit.Quantity]) – First operand. Must be dimensionless or scaled viaunit_to_scale.y (
Union[Array,ndarray,number,bool, saiunit.Quantity]) – Second operand. Must be dimensionless or scaled viaunit_to_scale.unit_to_scale (
Optional[saiunit.Unit]) – If provided, inputs are scaled by this unit before applying the function.
- Returns:
result – Always unitless.
- Return type:
Array