Skip to content

SpecialFunctions.gamma( ... , ... ) causes error #82

@Bumblebee00

Description

@Bumblebee00

Some function needs to be symbolically registered?

julia> integrate(exp(-r^2/2)*r^n,r)
ERROR: MethodError: no method matching gamma(::SymbolicUtils.BasicSymbolicImpl.var"typeof(BasicSymbolicImpl)"{…}, ::SymbolicUtils.BasicSymbolicImpl.var"typeof(BasicSymbolicImpl)"{…})
The function `gamma` exists, but no method is defined for this combination of argument types.

same as

julia> @syms y
julia> SymbolicUtils.gamma(y,y)
ERROR: MethodError: no method matching gamma(::SymbolicUtils.BasicSymbolicImpl.var"typeof(BasicSymbolicImpl)"{…}, ::SymbolicUtils.BasicSymbolicImpl.var"typeof(BasicSymbolicImpl)"{…})
The function `gamma` exists, but no method is defined for this combination of argument types.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions