Closed
Description
From the test suite
@test nai() + DecoratedInterval(Interval(1.0, 2.0), trv) == nai()
@test nai() - DecoratedInterval(Interval(1.0, 2.0), trv) == nai()
@test nai() * DecoratedInterval(Interval(1.0, 2.0), trv) == nai()
@test nai() / DecoratedInterval(Interval(1.0, 2.0), trv) == nai()
@test +(nai()) == nai()
@test -(nai()) == nai()
As well as
- the entire
atan2
functionality. (this should be fixed here)
Metadata
Metadata
Assignees
Labels
No labels