MultiFloats.jl
MultiFloats.jl copied to clipboard
feature request: make prevfloat and nextfloat accept the optional integer argument
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.