Thread: Square root
View Single Post
  #7  
Old 11-30-2006, 04:14 PM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
Quote:
Originally Posted by Chompy View Post
Didn't work, but I know that sqrt(float) works in some other script languages like C I think
C isn't a 'script language', and it only works because there is a library that implemented it.

PHP Code:
#include <math.h>
double sqrt(double); 
or something like that.
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote