Basically, some sequences give “This sequence has not yet been defined” if you ask for too many values. However, for the sequences marked with more keyword, this is not strictly true. In this module, these sequences are defined up to the highest element known to humans, so we need something that will give a different message.
See https://github.com/ajs/perl6-Math-Sequences/pull/129.
Basically, some sequences give “This sequence has not yet been defined” if you ask for too many values. However, for the sequences marked with
more
keyword, this is not strictly true. In this module, these sequences are defined up to the highest element known to humans, so we need something that will give a different message.