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