buffalo_core.as_float_array

buffalo_core.as_float_array(value)[source]

Normalize numeric input to a float64 NumPy array.

Parameters:

value (buffalo_core.typing.FloatInput) – Scalar, sequence, or NumPy floating input to normalize.

Returns:

NumPy array with float64 dtype containing the normalized values.

Return type:

buffalo_core.typing.FloatArray

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.