symengine / SymEngine.jl

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

Tests of infinities (zoo & oo) as arguments to functions (issue #228) #229

Closed johanbluecreek closed 3 years ago

johanbluecreek commented 3 years ago

For (not necessarily all) functions having SymEngine.zoo or SymEngine.oo as an argument a DomainError should be thrown (similarity to how sin(Inf) does). These tests includes some examples where DomainErrors should be thrown.