View Single Post
  #11  
Old 05-08-2008, 10:16 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Dan View Post
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.
__________________
Reply With Quote