- xDivide<ArrayType extends NumberArray = Float64Array<ArrayBufferLike>>(
array1: NumberArray,
array2: number | NumberArray,
options?: XDivideOptions<ArrayType>,
): ArrayType Type Parameters
- ArrayType extends NumberArray = Float64Array<ArrayBufferLike>
This function divide the first array by the second array or a constant value to each element of the first array