CoercibleFloat64_ND#
- relife.typing.CoercibleFloat64_ND#
Scalar or NumPy array coercible to
np.float64.This accepts scalar values coercible to
np.float64and NumPy arrays with dtype safely coercible tonp.float64. It does not accept arbitrary array-like sequences.alias of
ToFloat64|ArrayND[float64|float32|float16|integer|bool]