-
…in reply to @LeaVerou
LeaVerou anatudor FremyCompany tabatkins You'd get the equivalent of
abs(x)
withsqrt(pow(x, 2))
, if the new functions allow nesting, although granted it is a bit harder to read… 🧐
abs(x)
with sqrt(pow(x, 2))
, if the new functions allow nesting, although granted it is a bit harder to read… 🧐