aboutsummaryrefslogtreecommitdiff
path: root/src/math/hypot.go
AgeCommit message (Expand)Author
2021-04-15math: avoid assembly stubsAustin Clements
2018-02-13math: use Abs rather than if x < 0 { x = -x }Thanabodee Charoenpiriyakij
2014-09-08build: move package sources from src/pkg to srcRuss Cox