aboutsummaryrefslogtreecommitdiff
path: root/src/math/big/sqrt.go
AgeCommit message (Expand)Author
2020-04-15math/big: remove Direct Sqrt computationAlberto Donizetti
2020-04-14math/big: don't use Float in init to help linker discard 162 KiBBrad Fitzpatrick
2020-03-20math/big: document that Sqrt doesn't set AccuracyAlberto Donizetti
2018-08-22math/big: optimize multiplication by 2 and 1/2 in float SqrtBrian Kessler
2018-03-08math/big: allocate less in Float.SqrtAlberto Donizetti
2017-11-01math/big: avoid unnecessary Newton iteration in Float.SqrtAlberto Donizetti
2017-11-01math/big: save one subtraction per iteration in Float.SqrtAlberto Donizetti
2017-10-26math/big: add (*Float).SqrtAlberto Donizetti