FloatLike

probnum.typing.FloatLike

Object that can be converted to a float.

Arguments of type FloatLike should always be converted into floats before further internal processing.

alias of Union[float, Real, floating]