aboutsummaryrefslogtreecommitdiff
path: root/src/math/sin.go
AgeCommit message (Expand)Author
2021-04-15math: avoid assembly stubsAustin Clements
2019-02-19src, misc: apply gofmtRobert Griesemer
2018-12-13math: implement trignometric range reduction for huge argumentsBrian Kessler
2018-02-13math: use Abs rather than if x < 0 { x = -x }Thanabodee Charoenpiriyakij
2016-10-24math,math/cmplx: fix linter issuesAlexander Döring
2014-09-08build: move package sources from src/pkg to srcRuss Cox