Average Error: 6.1 → 6.1
Time: 2.9s
Precision: binary64
\[{e}^{\left(\log \left(\sin^{-1} x\right)\right)}\]
\[{e}^{\left(\log \left(\sin^{-1} x\right)\right)}\]
{e}^{\left(\log \left(\sin^{-1} x\right)\right)}
{e}^{\left(\log \left(\sin^{-1} x\right)\right)}
double code(double x) {
	return ((double) pow(((double) M_E), ((double) log(((double) asin(x))))));
}
double code(double x) {
	return ((double) pow(((double) M_E), ((double) log(((double) asin(x))))));
}

Error

Bits error versus x

Try it out

Your Program's Arguments

Results

Enter valid numbers for all inputs

Derivation

  1. Initial program 6.1

    \[{e}^{\left(\log \left(\sin^{-1} x\right)\right)}\]
  2. Final simplification6.1

    \[\leadsto {e}^{\left(\log \left(\sin^{-1} x\right)\right)}\]

Reproduce

herbie shell --seed 2020153 
(FPCore (x)
  :name "(pow E (log (asin x)))"
  :precision binary64
  (pow E (log (asin x))))