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