Netflix increases price
help.netflix.com2 pointsby gh0zt3 comments
$x = new Number(1)
$y = clone $x;
$y->absolute();
to work with the absolute value of variable $x without actually changing $x $number = new Number(4.2);
$number->tan(array(Number::TRIG_ARC))
why not just implementing it as a separate method? $number->atan();