12 references to Atan
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
653destination = T.Atan(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Atan.cs (1)
33public static T Invoke(T x) => T.Atan(x);
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1874/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.Atan(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2314/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.Atan(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
2035/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.Atan(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
943/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.Atan(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
954/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.Atan(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
947/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.Atan(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1803/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.Atan(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
1788/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.Atan(TSelf)" />
System.Runtime.Numerics (2)
System\Numerics\Complex.Generic.cs (2)
528u = T.Atan(bPrime); 655u = T.Atan(T.One / bPrime);