We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df42e59 commit c55e426Copy full SHA for c55e426
1 file changed
examples/scientific_computing.rs
@@ -1,5 +1,5 @@
1
-use mathcore::parser::Parser;
2
use mathcore::differential::{DifferentialEquations, PDESolver};
+use mathcore::parser::Parser;
3
4
fn main() {
5
println!("Scientific Computing Examples\n");
0 commit comments