ArcSinh function

Warning

This documentation refers to the Classic QDK, which has been replaced by the Modern QDK.

Please see https://aka.ms/qdk.api for the API documentation for the Modern QDK.

Namespace: Microsoft.Quantum.Math

Package: Microsoft.Quantum.Standard

Computes the inverse hyperbolic sine of a number.

function ArcSinh (x : Double) : Double

Input

x : Double

A real number $x$.

Output : Double

A real number $y$ such that $x = \operatorname{sinh}(y)$.