Average Error: 0 → 0
Time: 169.0ms
Precision: binary64
\[1.30000000000000004 - 0.299999999999999989\]
\[1.30000000000000004 - 0.299999999999999989\]
1.30000000000000004 - 0.299999999999999989
1.30000000000000004 - 0.299999999999999989
double code() {
	return ((double) (1.3 - 0.3));
}
double code() {
	return ((double) (1.3 - 0.3));
}

Error

Try it out

Your Program's Arguments

    Results

    Enter valid numbers for all inputs

    Derivation

    1. Initial program 0

      \[1.30000000000000004 - 0.299999999999999989\]
    2. Final simplification0

      \[\leadsto 1.30000000000000004 - 0.299999999999999989\]

    Reproduce

    herbie shell --seed 2020152 
    (FPCore ()
      :name "(- 1.3 0.3)"
      :precision binary64
      (- 1.3 0.3))