Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
Signed-off-by: Qingyu Qu <2283984853@qq.com>
  • Loading branch information
ErikQQY committed Sep 19, 2024
1 parent 904a322 commit 0bfce8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pkg> add FractionalDiffEq

### Fractional ordinary differential equations

Let's see if we have an initial value problem:
Let's see if we have an fractional order initial value problem:

$$ D^{1.8}y(x)=1-y $$

Expand Down

1 comment on commit 0bfce8b

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark Results

Benchmark suite Current: 0bfce8b Previous: 904a322 Ratio
FLMM/Trapezoid 19542759.5 ns 19422373 ns 1.01
FLMM/NewtonGregory 18801598 ns 18519249 ns 1.02
FLMM/BDF 18617032 ns 18570106 ns 1.00

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.