(FPCore (x y) :precision binary64 (* 500.0 (- x y)))
double code(double x, double y) {
return 500.0 * (x - y);
}
real(8) function code(x, y)
real(8), intent (in) :: x
real(8), intent (in) :: y
code = 500.0d0 * (x - y)
end function
public static double code(double x, double y) {
return 500.0 * (x - y);
}
def code(x, y): return 500.0 * (x - y)
function code(x, y) return Float64(500.0 * Float64(x - y)) end
function tmp = code(x, y) tmp = 500.0 * (x - y); end
code[x_, y_] := N[(500.0 * N[(x - y), $MachinePrecision]), $MachinePrecision]
500 \cdot \left(x - y\right)
Please include this information when filing a bug report:
herbie shell --seed 2023098
(FPCore (x y)
:name "Data.Colour.CIE:cieLABView from colour-2.3.3, B"
:precision binary64
(* 500.0 (- x y)))
| hash-ref: no value found for key key: 'false | L | C | |
|---|---|---|---|
| (unnamed) | /home/nightlies/herbie/using-ruler-nightlies/src/syntax/syntax.rkt | 230 | 2 |
| f336 | .../match/compiler.rkt | 548 | 40 |
| expand-parametric | /home/nightlies/herbie/using-ruler-nightlies/src/syntax/sugar.rkt | 62 | 0 |
| (unnamed) | /home/nightlies/herbie/using-ruler-nightlies/src/core/egg-herbie.rkt | 255 | 9 |
| rule->egg-rules | /home/nightlies/herbie/using-ruler-nightlies/src/core/egg-herbie.rkt | 224 | 0 |
| expand-rules | /home/nightlies/herbie/using-ruler-nightlies/src/core/egg-herbie.rkt | 488 | 0 |
| egraph-run-rules | /home/nightlies/herbie/using-ruler-nightlies/src/core/egg-herbie.rkt | 509 | 0 |
| (unnamed) | /home/nightlies/herbie/using-ruler-nightlies/src/core/simplify.rkt | 58 | 3 |
| with-egraph | /home/nightlies/herbie/using-ruler-nightlies/src/core/egg-herbie.rkt | 333 | 0 |
| simplify-batch | /home/nightlies/herbie/using-ruler-nightlies/src/core/simplify.rkt | 23 | 0 |
| (unnamed) | /usr/share/racket/collects/racket/contract/private/arrow-higher-order.rkt | 379 | 33 |
| get-swaps | /home/nightlies/herbie/using-ruler-nightlies/src/symmetry.rkt | 6 | 0 |
| connected-components | /home/nightlies/herbie/using-ruler-nightlies/src/symmetry.rkt | 18 | 0 |
| run-improve! | /home/nightlies/herbie/using-ruler-nightlies/src/mainloop.rkt | 320 | 0 |
| run-herbie | /home/nightlies/herbie/using-ruler-nightlies/src/sandbox.rkt | 57 | 0 |
| (unnamed) | /home/nightlies/herbie/using-ruler-nightlies/src/sandbox.rkt | 133 | 6 |
| (unnamed) | /usr/share/racket/pkgs/profile-lib/main.rkt | 40 | 10 |
| profile-thunk | /usr/share/racket/pkgs/profile-lib/main.rkt | 9 | 0 |
| (unnamed) | /usr/share/racket/collects/racket/engine.rkt | 42 | 24 |