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.
Standard
math/bigpackage has no method to calculateSqrtof big float. I have implemented this function for this exercise - https://github.com/plutov/practice-go/tree/master/sumdecimal.I can contribute into
pkg/mathif it's necessary via PR.