10 references to Tan
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
2167
destination = T.
Tan
(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Tan.cs (1)
66
public static T Invoke(T x) => T.
Tan
(x);
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
2423
/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.
Tan
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2352
/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.
Tan
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
2073
/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.
Tan
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
1077
/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.
Tan
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
1088
/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.
Tan
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
1081
/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.
Tan
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1853
/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.
Tan
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
2111
/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.
Tan
(TSelf)" />