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