FractionalCalculus.jl: A Julia package for high performance, comprehensive and high precision numerical fractional calculus computing.
35
stars
5
forks
source link
Examples on FractionalCalculus doc page returned error in Julia 1.9.2 #18
Open
ay111 opened 1 year ago
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]:1Another example:
julia> semidiff(log(x)) ERROR: UndefVarError:
semidiff
not defined Stacktrace: [1] top-level scope @ REPL[5]:1