2 references to CosPi
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.DecimalIeee754.Transcendental.cs (1)
1371
return ConvertFloatToDecimalIeee754<double, TDecimal, TValue>(double.
CosPi
(value));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1813
public static NFloat CosPi(NFloat x) => new NFloat(NativeType.
CosPi
(x._value));