MCPcopy Create free account
hub / github.com/TheAlgorithms/C-Plus-Plus / Sqrt

Function Sqrt

math/sqrt_double.cpp:16–39  ·  view source on GitHub ↗

Bisection method implemented for the function \f$x^2-a=0\f$ * whose roots are \f$\pm\sqrt{a}\f$ and only the positive root is returned. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected