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