aboutsummaryrefslogtreecommitdiff
path: root/src/math/pow.go
AgeCommit message (Expand)Author
2021-04-15math: avoid assembly stubsAustin Clements
2018-10-04math: use Abs in Pow rather than if x < 0 { x = -x }Plekhanov Maxim
2018-01-02math: correct result for Pow(x, ±.5)Brian Kessler
2017-08-16math: eliminate overflow in Pow(x,y) for large yBrian Kessler
2017-05-08math: use SIMD to accelerate additional scalar math functions on s390xBill O'Farrell
2014-09-08build: move package sources from src/pkg to srcRuss Cox