6 references to Acos
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
517destination = T.Acos(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Acos.cs (1)
33public static T Invoke(T x) => T.Acos(x);
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1799/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.Acos(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2217/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.Acos(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1840/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.Acos(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
1715/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.Acos(TSelf)" />