6 references to Asinh
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
603
destination = T.
Asinh
(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Asinh.cs (1)
33
public static T Invoke(T x) => T.
Asinh
(x);
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
854
/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.
Asinh
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1567
/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.
Asinh
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NFloat.cs (1)
1199
/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.
Asinh
(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Single.cs (1)
851
/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.
Asinh
(TSelf)" />