Skip to content

Calculate an approximate value for the square root of a non-negative real number

License

Notifications You must be signed in to change notification settings

mathinjenkins/libsqrt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libsqrt

libsqrt calculates an approximation of the square root.

Method

The approximation is done using Babylonian method

.

The first value in the series is obtained using Rough estimation.

Dependencies

Build

  • git clone git@github.com:mathinjenkins/libsqrt.git
  • cd libsqrt
  • mkdir build && cd build
  • cmake ../
  • make
  • ./test/sqrt_test

License

MIT License

About

Calculate an approximate value for the square root of a non-negative real number

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published