You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using spread() or spreadFloat() to generate a list starting at 0 towards a negative value, the starting value in the output is not 0. For example:
When using
spread()
orspreadFloat()
to generate a list starting at 0 towards a negative value, the starting value in the output is not0
. For example:I need to check the algorithm behind the spread/spreadFloat functions how this can be improved for this specific range.
The output is correct when the spread starts at the negative value:
The output of spreadInclusive also works correctly in the sense that it starts at the lowest value.
The text was updated successfully, but these errors were encountered: