View Single Post
  #10  
Old 05-08-2008, 10:53 AM
Dan Dan is offline
Daniel
Join Date: Oct 2007
Posts: 383
Dan is an unknown quantity at this point
Send a message via MSN to 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;

__________________
Reply With Quote