| The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information.... |
|

Home MathPack Math1 Miscellaneous Stuff FindPrimeFactors |
|||||||||
| See also: ListOfPrimes, IsPrime | |||||||||
FindPrimeFactors |
|||||||||
The function FindPrimeFactors performs a full prime factorization of the integer value number. The function returns an integer array of prime all factors (including the duplicate ones). In the case of an invalid argument (number <2) an empty array is returned.
|
|||||||||