Thread: Square root
View Single Post
  #8  
Old 11-30-2006, 04:25 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Quote:
Originally Posted by ApothiX View Post
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
__________________
Reply With Quote