11 references to Acos
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
537destination = T.Acos(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Acos.cs (1)
33public static T Invoke(T x) => T.Acos(x);
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
1854/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.Acos(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
2302/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.Acos(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
2023/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.Acos(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
925/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.Acos(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
936/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.Acos(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
929/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.Acos(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1791/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.Acos(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
1768/// <inheritdoc cref="ITrigonometricFunctions{TSelf}.Acos(TSelf)" />
System.Runtime.Numerics (1)
System\Numerics\Complex.Generic.cs (1)
651u = T.Acos(b);