Ash
This function returns the inverse hyperbolic sine of a specified number.
ash(number)
# Performs a sum of a list of calculated valuesRESULT=ash(2) : # 1.4436355
For real numbers, the hyperbolic sine definition is as follows:
ash(x)=ln(x+sqr(x^2+1))
The type of result is Double.