Closed DJDuque closed 1 year ago
Ok, I just noticed that what I linked requires V
(in this case f64
) to implement the Ord
trait. Now I understand why it doesn't work.
Maybe it is worth adding this as a separate method (?) given that the clamp
method does exist for f64
. Maybe it could be useful for some people
Closing as a duplicate of #239. There is a draft PR in #377 but it hasn't gotten past the draft stage unfortunately.
I am not sure if this is the expected behavior, but the following fails for me (I would expect it to work):
I am not very familiar with the code under the hood, but looking here it looks like this should work (?).