We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1514f7a commit ae581b6Copy full SHA for ae581b6
1 file changed
pineappl/src/interpolation.rs
@@ -16,7 +16,7 @@ mod applgrid {
16
}
17
18
pub fn fx2(y: f64) -> f64 {
19
- let z = -5.0 * (-y).exp();
+ let z = -5.0 * (5-y).exp();
20
let w = lambert_w::lambert_w0(z);
21
return -w / 5.0;
22
0 commit comments