10 references to Atanh
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
726destination = T.Atanh(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Atanh.cs (1)
33public static T Invoke(T x) => T.Atanh(x);
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
876/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Atanh(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1618/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Atanh(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1225/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Atanh(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
955/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Atanh(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
966/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Atanh(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
959/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Atanh(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1129/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Atanh(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
871/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Atanh(TSelf)" />