Average Error: 0 → 0
Time: 366.0ms
Precision: binary64
\[\frac{6}{10^{3} \cdot \left(10^{3} \cdot 10^{3} - 1\right)}\]
\[\frac{6}{10^{3} \cdot \left(10^{3} \cdot 10^{3} - 1\right)}\]
\frac{6}{10^{3} \cdot \left(10^{3} \cdot 10^{3} - 1\right)}
\frac{6}{10^{3} \cdot \left(10^{3} \cdot 10^{3} - 1\right)}
double code() {
	return ((double) (6.0 / ((double) (1000.0 * ((double) (((double) (1000.0 * 1000.0)) - 1.0))))));
}
double code() {
	return ((double) (6.0 / ((double) (1000.0 * ((double) (((double) (1000.0 * 1000.0)) - 1.0))))));
}

Error

Try it out

Your Program's Arguments

    Results

    Enter valid numbers for all inputs

    Derivation

    1. Initial program 0

      \[\frac{6}{10^{3} \cdot \left(10^{3} \cdot 10^{3} - 1\right)}\]
    2. Final simplification0

      \[\leadsto \frac{6}{10^{3} \cdot \left(10^{3} \cdot 10^{3} - 1\right)}\]

    Reproduce

    herbie shell --seed 2020153 
    (FPCore ()
      :name "(/ 6 (* 1000 (- (* 1000 1000) 1)))"
      :precision binary64
      (/ 6.0 (* 1000.0 (- (* 1000.0 1000.0) 1.0))))