buffalo_core.numeric

Shared numeric normalization helpers.

Functions

as_float_array

Normalize numeric input to a float64 NumPy array.

as_float_scalar

Normalize a scalar-like numeric value to a Python float.

as_int_array

Normalize numeric input to an int32 NumPy array.

as_int_scalar

Normalize a scalar-like numeric value to a Python int.