Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages