Closed dnjulek closed 3 years ago
Yeah, I made a mistake. Thanks for the report.
Actually, using dupN should make this example clearer.
Fixed. Thanks again.
Thank you for adding this, I was already wanting to use rmg via Expr, but didn't want to bother you, and you just added what I needed 👍
You need
!min
before swap, or you will use the second lowest value, becauseswap7
actually becomes:'0 6 5 4 3 2 1 7'
'sort8 min! swap6 max! drop6 x min@ max@ clamp'
This way the result was right.