2 references to Atanh
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1571
public static Half Atanh(Half x) => (Half)MathF.
Atanh
((float)x);
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
860
public static float Atanh(float x) => MathF.
Atanh
(x);