2 references to SinCosPi
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.DecimalIeee754.Transcendental.cs (1)
1451(double sinValue, double cosValue) = double.SinCosPi(value);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1846var (sinPi, cosPi) = NativeType.SinCosPi(x._value);