1 reference to Atanh
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
907public static double Atanh(double x) => Math.Atanh(x);