ml-spectra-processing
    Preparing search index...

    Function xDivide

    • This function divide the first array by the second array or a constant value to each element of the first array

      Type Parameters

      • ArrayType extends NumberArray = Float64Array<ArrayBufferLike>

      Parameters

      • array1: NumberArray

        first array

      • array2: number | NumberArray

        second array or number

      • options: XDivideOptions<ArrayType> = {}

        options

      Returns ArrayType