math
math copied to clipboard
Implement Sqrt(f *big.Float) *big.Float
Standard math/big package has no method to calculate Sqrt of big float. I have implemented this function for this exercise - https://github.com/plutov/practice-go/tree/master/sumdecimal.
I can contribute into pkg/math if it's necessary via PR.