-
Notifications
You must be signed in to change notification settings - Fork 1
Remove Min and Max methods from TFraction #14
Copy link
Copy link
Open
Labels
consideringConsidering or investigating the issueConsidering or investigating the issue
Milestone
Description
The Min and Max methods, especially the ones with the array of TFraction parameters really don't belong in TFraction, they really belong to a class that operates on lists of fractions.
If Min and Max are supported then why not a whole bunch of other array operations. It would be better to use the forthcoming TArrayUtils generic library class and use that with the new TFraction.TComparer class.
There is more reason to retain the two parameter versions of Min and Max since these are more like operators.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
consideringConsidering or investigating the issueConsidering or investigating the issue