aboutsummaryrefslogtreecommitdiff
path: root/src/math/sqrt.go
AgeCommit message (Expand)Author
2021-04-15math: avoid assembly stubsAustin Clements
2021-01-27math: fix typo in sqrt.go code commentPaul Davis
2016-03-03math: delete unused function sqrtCRob Pike
2016-03-02all: single space after period.Brad Fitzpatrick
2015-10-23math: fix normalization bug in pure-Go sqrtCaleb Spare
2015-04-03cmd/internal/gc: use hardware instruction for math.Sqrt (amd64/arm)Russ Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox