\log \left(\frac{\sqrt{{x}^{y}}}{\sin^{-1} \left(\frac{x}{y}\right)}\right)double code(double x, double y) {
return ((double) log(((double) (((double) sqrt(((double) pow(x, y)))) / ((double) asin(((double) (x / y))))))));
}
herbie shell --seed 2020152
(FPCore (x y)
:name "(log (/ (sqrt (pow x y)) (asin (/ x y))))"
:precision binary64
(log (/ (sqrt (pow x y)) (asin (/ x y)))))