(FPCore () :precision binary64 (asin PI))
double code() { return asin(((double) M_PI)); }
public static double code() { return Math.asin(Math.PI); }
def code(): return math.asin(math.pi)
function code() return asin(pi) end
function tmp = code() tmp = asin(pi); end
code[] := N[ArcSin[Pi], $MachinePrecision]
\sin^{-1} \pi