ScalarLike¶
- probnum.typing.ScalarLike¶
Object that can be converted to a scalar value.
Arguments of type
ScalarLikeshould always be converted intonumpy.numbers using the functionprobnum.utils.as_scalar()before further internal processing.
Object that can be converted to a scalar value.
Arguments of type ScalarLike should always be converted
into numpy.numbers using the function probnum.utils.as_scalar()
before further internal processing.