10 references to Acosh
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
552destination = T.Acosh(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Acosh.cs (1)
33public static T Invoke(T x) => T.Acosh(x);
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
868/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Acosh(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1612/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Acosh(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1219/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Acosh(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal128.cs (1)
931/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Acosh(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal32.cs (1)
942/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Acosh(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Decimal64.cs (1)
935/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Acosh(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1123/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Acosh(TSelf)" />
src\runtime\src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
863/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Acosh(TSelf)" />