• Create an array that grows exponentially

    Parameters

    • start: number

      The first value in the array

    • factor: number

      The exponential factor

    • count: number

      The number of items in array

    Returns number[]

    An array with the requested number of elements