JCL Help:PrimeFactors

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Determines all prime factors of a value.


Pascal

 function PrimeFactors(N: Cardinal): TDynCardinalArray;


Parameters

Parameters Description
N: Cardinal The number for which the prime factors should be determined.


Description

PrimeFactors determines all prime factors of a given value.


About

Unit

JclMath


Donator

Anonymous


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page