7 references to Acosh
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
532
destination = T.
Acosh
(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Acosh.cs (1)
33
public static T Invoke(T x) => T.
Acosh
(x);
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
852
/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.
Acosh
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1560
/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.
Acosh
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1219
/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.
Acosh
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1196
/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.
Acosh
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
849
/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.
Acosh
(TSelf)" />