Skip to content

Calculating 4thRoots without using any library functions. Google Test.

Notifications You must be signed in to change notification settings

shmel4k/4thRoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

4thRoot

Calculating 4thRoots without using any library functions.

This algorithm uses Newton's method to calculate 4th roots for real numbers. Then Google Tests run to check the result.

to compile, link:

$ gcc roots.c -c

$ g++ -std=c++11 -Wall testGo.cpp roots.o -lgtest -lgtest_main -lpthread -o ./gt

to run:

$ ./gt --gtest_repeat=100 > gogTest.log

About

Calculating 4thRoots without using any library functions. Google Test.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published