aboutsummaryrefslogtreecommitdiff
path: root/src/math/sinh.go
AgeCommit message (Expand)Author
2021-04-15math: avoid assembly stubsAustin Clements
2018-08-20math,net: omit explicit true tag expr in switchIskander Sharipov
2018-02-27math: optimize sinh and cosherifan01
2018-02-13math: use Abs rather than if x < 0 { x = -x }Thanabodee Charoenpiriyakij
2016-11-11math: use SIMD to accelerate some scalar math functions on s390xBill O'Farrell
2014-09-08build: move package sources from src/pkg to srcRuss Cox