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