Prime Factor VI

Computes the prime factorization of an integer.


icon

Inputs/Outputs

  • ci64.png n

    n is an integer the VI factorizes. If n is negative, the VI factorizes the absolute value of n.

  • i1di64.png Prime Factors

    Prime Factors returns an array of prime numbers whose product equals n.