Thread: Square root
View Single Post
  #2 (permalink)  
Old December 12th, 2004, 02:20 PM
davekw7x davekw7x is offline
Authorized User
 
Join Date: Feb 2004
Posts: 76
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Use the sqrt() function (prototyped in math.h) to find the square root.

Regards,

Dave
Reply With Quote