ScalarLike¶
- probnum.typing.ScalarLike¶
Object that can be converted to a scalar value.
Arguments of type
ScalarLike
should always be converted intonumpy.number
s 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.number
s using the function probnum.utils.as_scalar()
before further internal processing.