7 references to Tanh
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
2162destination = T.Tanh(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Tanh.cs (1)
68public static T Invoke(T x) => T.Tanh(x);
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
872/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Tanh(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1575/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Tanh(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1234/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Tanh(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1211/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Tanh(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
869/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Tanh(TSelf)" />