and on the math side, absolutevalue is a property ...
# getting-started
j
and on the math side, absolutevalue is a property of Double, pow is a method of Double, and sqrt is a standalone function in the math package
e
there's a standalone
abs()
function as well, and it does seem like there isn't a need for both, but 🤷