This class can calculate the square, cube, and 5th roots of a number without the use of PHP built-in root function.
It can take a given number and perform calculations to obtain a number's square, cube, and 5th roots.
An example script is provided to let users enter the input number and the type of root that will be calculated. The hand shows the root result number and the calculation's error level.