MultiFloats.jl icon indicating copy to clipboard operation
MultiFloats.jl copied to clipboard

feature request: make prevfloat and nextfloat accept the optional integer argument

Open nsajko opened this issue 2 years ago • 0 comments

See the second argument here, note that it can also be negative or zero: https://docs.julialang.org/en/v1/base/numbers/#Base.nextfloat

A stopgap implementation is obvious: just call nextfloat/prevfloat repeatedly.

nsajko avatar Dec 24 '22 09:12 nsajko