Average Error: 0 → 0
Time: 6.3s
Precision: binary64
\[\tan \left(\sin \left(\sin^{-1} x\right)\right)\]
\[\tan \left(\sin \left(\sin^{-1} x\right)\right)\]
\tan \left(\sin \left(\sin^{-1} x\right)\right)
\tan \left(\sin \left(\sin^{-1} x\right)\right)
double code(double x) {
	return ((double) tan(((double) sin(((double) asin(x))))));
}
double code(double x) {
	return ((double) tan(((double) sin(((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 0

    \[\tan \left(\sin \left(\sin^{-1} x\right)\right)\]
  2. Final simplification0

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

Reproduce

herbie shell --seed 2020152 
(FPCore (x)
  :name "(tan (sin (asin x)))"
  :precision binary64
  (tan (sin (asin x))))