Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kmolan authored Jun 6, 2024
1 parent bbafed9 commit 6a6cfa8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@

Rust scientific computing for single and multi-variable calculus

## TODO
- Make all functions generic datatypes
- cleanup unnecessary modules
- rework integration functions
- add closed curve integrals and more

## Salient Features

- Written in pure, safe rust
Expand Down Expand Up @@ -290,3 +284,9 @@ assert!(prediction_metrics.mean_squared_error < 1e-5);
assert!(prediction_metrics.r_squared > 0.99999);
assert!(prediction_metrics.adjusted_r_squared > 0.99999);
```

## TODO
- Make all functions generic datatypes
- cleanup unnecessary modules
- rework integration functions
- add closed curve integrals and more

0 comments on commit 6a6cfa8

Please sign in to comment.