Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

numericSequence

🌌numericSequence

numericSequence -- a Sequence whose elements inherit from numeric
create a list from this Sequence.

redefines:

the arithmetic mean of the sequence
https://en.wikipedia.org/wiki/Arithmetic_mean
are these numeric sequences equal?
i.e. do they only contain equal numbers

redefines:

maximum value in the sequence
the median of the sequence
https://en.wikipedia.org/wiki/Median
minimum value in the sequence
the variance of the sequence
https://en.wikipedia.org/wiki/Variance