FractionalCalculus.jl icon indicating copy to clipboard operation
FractionalCalculus.jl copied to clipboard

Examples on FractionalCalculus doc page returned error in Julia 1.9.2

Open ay111 opened this issue 1 year ago • 0 comments

Examples on the FractionalCalculus.jl home page are returning functions not defined in Julia 1.9.2. For instance,

julia> fracdiff(x->x, 0.5, 1, 0.0001, RLDiffL1()) ERROR: UndefVarError: RLDiffL1 not defined Stacktrace: [1] top-level scope @ REPL[2]:1

Another example:

julia> semidiff(log(x)) ERROR: UndefVarError: semidiff not defined Stacktrace: [1] top-level scope @ REPL[5]:1

ay111 avatar Aug 20 '23 06:08 ay111