use symbols as `Real` type
Open
- Dominant language
- Julia
- Stars
- 282
- Forks
- 59
- PR merge metrics
- No merged PRs in 30d
Description
I want to use your symbols with the Distributions package, but I get an undefined method error for the symbolic inputs because most distribution parameters are expected to be `Real` while `Sym <: Number`.
example:
```
using SymPy, Distributions
μ, σ = symbols("μ, σ", real=true)
LogNormal(μ, σ)
```
Is it possible to create a symbol that is a `Real` or more general, another type?
Thanks.
PS: it seems all builds and tests are failing, all the buttons are red on github..
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.