-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
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 [email protected] 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/ |
Beta Was this translation helpful? Give feedback.


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 [email protected]
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:
For more details about Mittag Leffler function, please see the documentation: https://scifracx.org/FractionalDiffEq.jl/dev/mittagleffler/