6 references to Cos
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
892
destination = T.
Cos
(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Cos.cs (1)
66
public static T Invoke(T x) => T.
Cos
(x);
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1829
/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.
Cos
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2235
/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.
Cos
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1858
/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.
Cos
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
1745
/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.
Cos
(TSelf)" />