2 references to Acos
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1806return Acos(x) / Pi;
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1841public static NFloat Acos(NFloat x) => new NFloat(NativeType.Acos(x._value));