Average Error: 0 → 0
Time: 870.0ms
Precision: binary64
\[\tan x\]
\[\tan x\]
\tan x
\tan x
double code(double x) {
	return ((double) tan(x));
}
double code(double x) {
	return ((double) tan(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 x\]
  2. Final simplification0

    \[\leadsto \tan x\]

Reproduce

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