symengine / SymEngine.jl

Julia wrappers of SymEngine
MIT License
192 stars 43 forks source link

implement fallback for `//` #234

Closed ranocha closed 2 years ago

ranocha commented 2 years ago

In contrast to other standard operations such as +, *, -, and /, Julia doesn't implement a general fallback of // for Numbers promoting the input arguments. Thus, I have added these fallback definitions involving SymbolicTypes here.

Closes #232

ranocha commented 2 years ago

Bump. Is there some interest in this?

isuruf commented 2 years ago

Thanks