MCPcopy Index your code
hub / github.com/geekcomputers/Python / find_cube_root.py

File find_cube_root.py

find_cube_root.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# This method is called exhaustive numeration!
2# I am checking every possible value
3# that can be root of given x systematically
4# Kinda brute forcing

Callers

nothing calls this directly

Calls 2

cubeRootFunction · 0.85
exitFunction · 0.85

Tested by

no test coverage detected