sqrt() - C programming.com - Learn C and C++ Programming - Cprogramming
sqrt() Prototype: double sqrt(double Value); Header File: math.h (C) or cmath (C++) Explanation: Returns the square root of Value. Probably not a good idea to try a negative ......