math icon indicating copy to clipboard operation
math copied to clipboard

Implement Sqrt(f *big.Float) *big.Float

Open plutov opened this issue 8 years ago • 0 comments

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.

plutov avatar Mar 23 '17 07:03 plutov