3 references to Acos
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1861
return
Acos
(x) / Pi;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.DecimalIeee754.Transcendental.cs (1)
1231
double result = double.
Acos
(value);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1792
public static NFloat Acos(NFloat x) => new NFloat(NativeType.
Acos
(x._value));