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 2c21fd5 commit 87179f7Copy full SHA for 87179f7
src/tests.rs
@@ -10,7 +10,6 @@ fn test_polynom() {
10
use rcpr::chebyshev::*;
11
let interaction_potential = InteractionPotential::FOUR_EIGHT{alpha: 1., beta: 1.};
12
let coefficients = interactions::polynomial_coefficients(1., 1., interaction_potential);
13
- println!("{} {} {}", coefficients[0], coefficients[4], coefficients[8]);
14
let roots = real_polynomial_roots(coefficients.clone(), 1e-9).unwrap();
15
16
let max_root = roots.iter().cloned().fold(f64::NAN, f64::max);
0 commit comments