3 references to Cos
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.DecimalIeee754.Transcendental.cs (1)
1035return ConvertFloatToDecimalIeee754<double, TDecimal, TValue>(double.Cos(value));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1810public static NFloat Cos(NFloat x) => new NFloat(NativeType.Cos(x._value));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\VectorMath.cs (1)
142double scalar = double.Cos(x[i]);