libsqrt
calculates an approximation of the square root.
The approximation is done using Babylonian method
The first value in the series is obtained using Rough estimation.
git clone git@github.com:mathinjenkins/libsqrt.git
cd libsqrt
mkdir build && cd build
cmake ../
make
./test/sqrt_test