bundles / scipy 1.17.1 / scipy / _lib / array_api_compat / common / _aliases / arange
function
scipy._lib.array_api_compat.common._aliases:arange
Signature
def arange ( start : float , / , stop : float | None = None , step : float = 1 , * , dtype : DType | None = None , device : Device | None = None , ** kwargs : object ) → Array Summary
Array API compatibility wrapper for arange.
Extended Summary
See the corresponding documentation in NumPy/CuPy and/or the array API specification for more details.
Aliases
-
scipy.signal._filter_design.np_compat.arange