PackageDescription: SYSEXT-GeometricInterval


SYSEXT - Geometric Interval

Last published: March 14, 2018 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)