JCL Help:PrimeFactors
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: PrimeFactors Function
Search in JCL Help
Search in all projects
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
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