PackageDescription: SYSEXT-GeometricInterval
SYSEXT - Geometric IntervalLast published: December 5, 2005 by 'nice'
Defines 1 Classes
Extends 2 Classes
A geometric interval is a serie having geometric progression,
that is a serie where two consecutive elements have a constant ratio.
Example :
(1 to: 16 ratio: 2) asArray
will answer
#(1 2 4 8 16)