(FPCore () :precision binary64 (asin 2.0))
double code() { return asin(2.0); }
real(8) function code() code = asin(2.0d0) end function
public static double code() { return Math.asin(2.0); }
def code(): return math.asin(2.0)
function code() return asin(2.0) end
function tmp = code() tmp = asin(2.0); end
code[] := N[ArcSin[2.0], $MachinePrecision]
\begin{array}{l} \\ \sin^{-1} 2 \end{array}