8 references to SinOfDegree
mscorlib (8)
system\globalization\CalendricalCalculationsHelper.cs (8)
257
double dividend = ((y *
SinOfDegree
(2 * lambda))
258
- (2 * eccentricity *
SinOfDegree
(anomaly))
259
+ (4 * eccentricity * y *
SinOfDegree
(anomaly) * CosOfDegree(2 * lambda))
260
- (0.5 * Math.Pow(y, 2) *
SinOfDegree
(4 * lambda))
261
- (1.25 * Math.Pow(eccentricity, 2) *
SinOfDegree
(2 * anomaly)));
296
return x *
SinOfDegree
(y + z * julianCenturies);
363
return (-0.004778 *
SinOfDegree
(a)) - (0.0003667 *
SinOfDegree
(b));