2 references to Atanh
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.DecimalIeee754.Transcendental.cs (1)
1866double result = double.Atanh(value);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1130public static NFloat Atanh(NFloat x) => new NFloat(NativeType.Atanh(x._value));