conspire 0.6.0

The Rust interface to conspire.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Explicit, sixteen-stage, ninth-order, variable-step, Runge-Kutta method.[^1]

```math
\frac{dy}{dt} = f(t, y)
```
```math
t_{n+1} = t_n + h
```
```math
k_1 = f(t_n, y_n)
```
```math
\cdots
```

[^1]: J.H. Verner, [Numer. Algor. **53**, 383 (2010)]https://doi.org/10.1007/s11075-009-9290-3.