com.jeffpalm.math
Class PrimeFactors

java.lang.Object
  extended by com.jeffpalm.math.PrimeFactors

public final class PrimeFactors
extends java.lang.Object


Method Summary
static int[] primeFactors(int v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

primeFactors

public static int[] primeFactors(int v)