Skip to content

Package not running #8

Answered by ErikQQY
masteling asked this question in Q&A
Discussion options

You must be logged in to vote

Hello there! I think that error is caused by the MittagLeffler.jl package. You may need to remove the MittagLeffler.jl. Then you could install the latest version of FractionalCalculus.jl@0.2.10

Besides, there are built in Mittag Leffler functions in FractionalCalculus.jl, which is more efficient than the implementation in MittagLeffler.jl:

After using the FractionalCalculus.jl, you can call the Mittag Leffler function by:

julia> mittleff(alpha, z)
julia> mittleff(alpha, beta, z)
julia> mittleff(alpha, beta, gamma, z)

For more details about Mittag Leffler function, please see the documentation: https://scifracx.org/FractionalDiffEq.jl/dev/mittagleffler/

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ErikQQY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants