3 references to Atan
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1881return Atan(x) / Pi;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Number.DecimalIeee754.Transcendental.cs (1)
1152return ConvertFloatToDecimalIeee754<double, TDecimal, TValue>(double.Atan(value));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1804public static NFloat Atan(NFloat x) => new NFloat(NativeType.Atan(x._value));