Highly Composite Numbers
Next

Name
  uHCN

Parent
  Highly Composite Numbers

Description
  MIT License Information can be found at:
https://en.wikipedia.org/wiki/MIT_License
Copyright (c) 2024 Clay B. Carley III
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
................................................................................
Name.......: uHCN.pas
Date.......: 09/10/2024

Author
  Clay B. Carley III

Version
  1.0
................................................................................
Description: This unit contains definitions and functions related to ThcnRecord,
highly composite number records.

Types
 
Type Description
primes_list (+) Created from a (dynamic) TList template.
pThcnRecord (+) Pointer to ThcnRecord
ThcnList (+) Note: list is of pointer to ThcnRecord in order to sort the list properly

Methods
 
Method Description
create_hcn_record (+) Copy constructor
create_hcn_record (+) Constructor using three parameters
create_hcn_record (+) A no parameter contructor for a record
hcnInsertion_Sort (+) I had to create this because I needed to sort the numbers
print_hcns (+) Pretty printer for a hcn list
print_hcn_record (+) Pretty printer for a Thcn_record

Classes
 
Class Description
ThcnRecord (+) ThcnRecord holds highly composite number information.

Legend
 
Symbol Visibility
- Private
# Protected
+ Public
* Published
A Automated
S Strict

Highly Composite Numbers
Next


Add your copyright informations and link here.
Created with DelphiCodeToDoc. To obtain the latest revision, please visit http://dephicodetodoc.sourceforge.net/