Skip to content

Commit fc2f705

Browse files
test master
1 parent 11f3a3c commit fc2f705

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ 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+
1213
## API
1314

1415
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)