8 references to SinOfDegree
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Globalization\CalendricalCalculationsHelper.cs (8)
236
double dividend = ((y *
SinOfDegree
(2 * lambda))
237
- (2 * eccentricity *
SinOfDegree
(anomaly))
238
+ (4 * eccentricity * y *
SinOfDegree
(anomaly) * CosOfDegree(2 * lambda))
239
- (0.5 * Math.Pow(y, 2) *
SinOfDegree
(4 * lambda))
240
- (1.25 * Math.Pow(eccentricity, 2) *
SinOfDegree
(2 * anomaly)));
275
return x *
SinOfDegree
(y + z * julianCenturies);
342
return (-0.004778 *
SinOfDegree
(a)) - (0.0003667 *
SinOfDegree
(b));