Skip to content

Commit 40f1604

Browse files
Test master
1 parent 6b63618 commit 40f1604

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ stochastic differential equations solvers and utilities. While completely indepe
99
and usable on its own, users interested in using this
1010
functionality should check out [DifferentialEquations.jl](https://github.com/SciML/DifferentialEquations.jl).
1111

12-
1312
## API
1413

1514
StochasticDiffEq.jl is part of the JuliaDiffEq common interface, but can be used independently of DifferentialEquations.jl. The only requirement is that the user passes an StochasticDiffEq.jl algorithm to `solve`. For example, we can solve the [SDE tutorial from the docs](https://diffeq.sciml.ai/stable/tutorials/sde_example/) using the `SRIW1()` algorithm:

0 commit comments

Comments
 (0)