12 references to Cos
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
912
destination = T.
Cos
(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Cos.cs (1)
73
public static T Invoke(T x) => T.
Cos
(x);
System.Private.CoreLib (10)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1884
/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.
Cos
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2320
/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.
Cos
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
2041
/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.
Cos
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
967
/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.
Cos
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
978
/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.
Cos
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
971
/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.
Cos
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
695
T value = T.
Cos
(vector.GetElementUnsafe(index));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1809
/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.
Cos
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
767
T value = T.
Cos
(vector.GetElementUnsafe(index));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
1798
/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.
Cos
(TSelf)" />