Closed Bzero closed 1 month ago
Thank you for reporting this. Definitely worked before, yes. Pretty sure I broke it in #546 where I accidentally changed abs alongside with round/floor/.., which is not correct. abs should still be a
simple_polymorphic_math_function!(abs, abs);
Thanks for the hint, I just opened #572.
I didn't bring back simple_polymorphic_math_function!
just for this one function but implemented it directly, let me know if you would prefer otherwise.
The
abs()
function panics when attempting to use it on a non-scalar argument:I think this is a regression as I am quite sure this used to work fine in the past.