Skip to content

Commit

Permalink
Trigger benchmarks
Browse files Browse the repository at this point in the history
Signed-off-by: ErikQQY <2283984853@qq.com>
  • Loading branch information
ErikQQY committed Apr 6, 2024
1 parent 82a0b46 commit 4a2eb7d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Derivative/Caputo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,9 @@ function fracdiff(y::FunctionAndNumber, α, t, p::Integer, ::CaputoHighPrecision
end

function fracdiff(f::FunctionAndNumber,
α::Float64,
α::Real,
T::Number,
h::Float64,
h::Real,
p::Integer,
::CaputoHighOrder)
n = round(Int, T/h)
Expand Down Expand Up @@ -413,10 +413,10 @@ function fj(n::Integer, T, fy)
end

function fracdiff(f::FunctionAndNumber,
alpha::T,
alpha::Real,
end_point::Real,
h::T,
::CaputoL1) where {T <: Real}
h::Real,
::CaputoL1)
result = zero(Float64)
n = floor(Int, end_point/h)

Expand Down

0 comments on commit 4a2eb7d

Please sign in to comment.