2 references to AtanPi
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.DecimalIeee754.Transcendental.cs (1)
1497
return ConvertFloatToDecimalIeee754<double, TDecimal, TValue>(double.
AtanPi
(value));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1807
public static NFloat AtanPi(NFloat x) => new NFloat(NativeType.
AtanPi
(x._value));