We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5ec260 commit 92d4384Copy full SHA for 92d4384
1 file changed
pineappl/src/interpolation.rs
@@ -742,4 +742,20 @@ mod tests {
742
assert!(applgrid::fq20(applgrid::ftau0(q2)).ulps(&q2) < 4);
743
}
744
745
+
746
+ #[test]
747
+ fn pr_365() {
748
+ assert_approx_eq!(
749
+ f64,
750
+ applgrid::fx2(6.7865509745),
751
+ 0.1010727499933246,
752
+ ulps = 4
753
+ );
754
755
756
+ applgrid::fx2(6.786550974400577),
757
+ 0.10107275000000002,
758
759
760
+ }
761
0 commit comments