11 references to Tanh
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
2182
destination = T.
Tanh
(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Tanh.cs (1)
68
public static T Invoke(T x) => T.
Tanh
(x);
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
888
/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.
Tanh
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1627
/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.
Tanh
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1234
/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.
Tanh
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
1083
/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.
Tanh
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
1094
/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.
Tanh
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
1087
/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.
Tanh
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1138
/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.
Tanh
(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
883
/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.
Tanh
(TSelf)" />
System.Runtime.Numerics (1)
System\Numerics\Complex.Generic.cs (1)
753
return new Complex<T>(sin / cosh / D, T.
Tanh
(y2) / D);