7 references to Asinh
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
603destination = T.Asinh(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Asinh.cs (1)
33public static T Invoke(T x) => T.Asinh(x);
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Double.cs (1)
856/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Asinh(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Half.cs (1)
1563/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Asinh(TSelf)" />
src\libraries\System.Private.CoreLib\src\System\Numerics\BFloat16.cs (1)
1222/// <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)
853/// <inheritdoc cref="IHyperbolicFunctions{TSelf}.Asinh(TSelf)" />