Help for this page
my $guess = Math::BigFloat->new( $num / $root );
my $guess = Math::BigFloat->new( $num**(1/$root));