Quote:
Originally Posted by ApothiX
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.
|
oh, didn't know that

Well, thanks guys, I'll now start working on something I needed square root for
