Function primeExponentials

  • Find the prime factors and respective exponents of a bigint.

    Parameters

    • x: bigint

      a bigint

    Returns [bigint, bigint][]

    [[f₀, e₀], [f₁, e₁], ...] | fᵢ is a prime factor of x and eᵢ is its exponent

Generated using TypeDoc