6 ms·
I think the point here is that you'd have to do something like this $x = new Number(1) $y = clone $x; $y->absolute(); to work with the absolute value of
by gh0zt 13y ago
I think the point here is that you'd have to do something like
this
$x = new Number(1)
$y = clone $x;
$y->absolute();
to work with the absolute value of variable $x without actually changing $x