buffalo_core.typing.FloatScalar
- buffalo_core.typing.FloatScalar = float | numpy.floating[typing.Any]
Scalar floating-point value accepted by shared APIs.
This alias accepts native Python floats as well as NumPy floating scalars. Use it for scalar parameters and return values when NumPy scalar values are also valid at the API boundary.