Advertisement
jak1

Untitled

Jul 13th, 2011
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.08 KB | None | 0 0
  1. callfunc sqrt{
  2. while (@x*@x < @IST){
  3.     set @x, (@x+(@IST/@x))/2;
  4. }
  5. return(@x);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement