6 references to Atan
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
633destination = T.Atan(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Atan.cs (1)
33public static T Invoke(T x) => T.Atan(x);
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1819/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.Atan(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2229/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.Atan(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1852/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.Atan(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
1735/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.Atan(TSelf)" />