6 references to Atanh
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
706destination = T.Atanh(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Atanh.cs (1)
33public static T Invoke(T x) => T.Atanh(x);
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
858/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Atanh(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1570/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Atanh(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1202/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Atanh(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
855/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Atanh(TSelf)" />