Home | History | Annotate | Download | only in math

Lines Matching refs:Sin

12 // below were from http://netlib.sandia.gov/cephes/cmath/sin.c,
16 // sin.c
22 // double x, y, sin();
23 // y = sin( x );
92 // sin coefficients
168 // Sin returns the sine of the radian argument x.
171 // Sin(±0) = ±0
172 // Sin(±Inf) = NaN
173 // Sin(NaN) = NaN
174 func Sin(x float64) float64
176 func sin(x float64) float64 {