Function arrProd

  • Returns the product of elements of an array

    Example

    arrProd([2, 4, 8]);
    => 64

    Parameters

    • a: number[]

      A numeric array

    Returns number

Generated using TypeDoc