Lines Matching refs:Tan
16 // tan.c22 // double x, y, tan();23 // y = tan( x );62 // tan coefficients76 // Tan returns the tangent of the radian argument x.79 // Tan(±0) = ±080 // Tan(±Inf) = NaN81 // Tan(NaN) = NaN82 func Tan(x float64) float6484 func tan(x float64) float64 {