ScalarLike

probnum.typing.ScalarLike

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.

alias of Union[int, float, complex, Number, number]