Quote:
Originally Posted by Dan
There's degtorad and radtodeg built in.
Also, why have this? Besides the fact you lose 2 letters -.-
PHP Code:
function atan(number) {
return arctan(number);
}
It's like the same as me doing a "getnumberone()" function for returning 1...
PHP Code:
function getnumberone() {
return 1;
}
|
I agree, that's rather silly.