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