Releases: keep94/sqrt
Releases · keep94/sqrt
v0.4.0
New Features
Potentially long running tasks take a Context object
- PrimeToStart(ctx) in the Sequence interface performs all necessary calculations up front to ensure that the Sequence can be iterated over without initial lag.
- PrimeToEnd(ctx) in the FiniteSequence interface performs all necessary calculations up front to ensure that the FiniteSequence can be iterated over in reverse without initial lag.