aboutsummaryrefslogtreecommitdiff
path: root/math/s_sin.c
AgeCommit message (Collapse)Author
2022-02-10Update lincense to MIT OR Apache-2.0 WITH LLVM-exceptionSzabolcs Nagy
The outgoing license was MIT only. The new dual license allows using the code under Apache-2.0 WITH LLVM-exception license too.
2019-10-14Add vector sin and cosSzabolcs Nagy
Worst-case error is 3.5 ulp, the polynomial was generated by sollya. For large (>2^23) and special inputs the code falls back to scalar sin and cos.
2018-03-19Remove (s|k)_(sin|cos|tan) routinesAlan Hayward
2015-11-19Initial release of Optimized RoutinesGeorge Lander