12 references to Sin
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
1952destination = T.Sin(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Sin.cs (1)
63public static T Invoke(T x) => T.Sin(x);
System.Private.CoreLib (10)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
2215/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.Sin(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2332/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.Sin(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
2053/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.Sin(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
1051/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.Sin(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
1062/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.Sin(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
1055/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.Sin(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
3140T value = T.Sin(vector.GetElementUnsafe(index));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1833/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.Sin(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
3746T value = T.Sin(vector.GetElementUnsafe(index));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
1903/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.Sin(TSelf)" />