@d4c/numjs
    Preparing search index...

    Function arange

    • Return evenly spaced values within a given interval.

      Parameters

      • start: number

        Default 0 (int). Start of interval. The interval includes this value.

      • stop: number

        End of interval (int). The interval does not include this value.

      • step: number

        Default 1 (int). Spacing between values. The default step size is 1. If step is specified, start must also be given.

      • dtype: ArrayLikeConstructor | DType

        Defaut is "array". The type of the output array. Either string (e.g. 'uint8') or a Constructor function (e.g. Uint8Array).

      Returns NdArray

    • Return evenly spaced values within a given interval.

      Parameters

      • start: number

        Default 0 (int). Start of interval. The interval includes this value.

      • stop: number

        End of interval (int). The interval does not include this value.

      • step: number

        Default 1 (int). Spacing between values. The default step size is 1. If step is specified, start must also be given.

      Returns NdArray

    • Return evenly spaced values within a given interval.

      Parameters

      • start: number

        Default 0 (int). Start of interval. The interval includes this value.

      • stop: number

        End of interval (int). The interval does not include this value.

      • dtype: ArrayLikeConstructor | DType

        Defaut is "array". The type of the output array. Either string (e.g. 'uint8') or a Constructor function (e.g. Uint8Array).

      Returns NdArray

    • Return evenly spaced values within a given interval.

      Parameters

      • start: number

        Default 0 (int). Start of interval. The interval includes this value.

      • stop: number

        End of interval (int). The interval does not include this value.

      Returns NdArray

    • Return evenly spaced values within a given interval.

      Parameters

      • stop: number

        End of interval (int). The interval does not include this value.

      • dtype: ArrayLikeConstructor | DType

        Defaut is "array". The type of the output array. Either string (e.g. 'uint8') or a Constructor function (e.g. Uint8Array).

      Returns NdArray

    • Return evenly spaced values within a given interval.

      Parameters

      • stop: number

        End of interval (int). The interval does not include this value.

      Returns NdArray