buffalo_core.numeric.as_float_array
- buffalo_core.numeric.as_float_array(value)[source]
Normalize numeric input to a
float64NumPy array.- Parameters:
value (
buffalo_core.typing.FloatInput) – Scalar, sequence, or NumPy floating input to normalize.- Returns:
NumPy array with
float64dtype containing the normalized values.- Return type:
Notes
This helper is intended for function-boundary normalization in public and shared numeric APIs. It preserves the broadcastable NumPy array form expected by vectorized downstream code.