package
0.0.0-20230817090724-c34c6f7eacc1
Repository: https://github.com/schnell18/play-golang.git
Documentation: pkg.go.dev
# README
Introduction
Some notes on sqrt implementation in golang.
This implements Newton's method to calculate square root.