-
- Downloads
fixed/improved equality/zero checking of Dist
now uses Ginac's numer().is_zero() instead of just is_zero() which is not always clever enough to detect zero-ness
Showing
- src/CMakeLists.txt 1 addition, 1 deletionsrc/CMakeLists.txt
- src/Dist.cpp 3 additions, 1 deletionsrc/Dist.cpp
- src/troolean.cpp 23 additions, 0 deletionssrc/troolean.cpp
- src/troolean.h 5 additions, 4 deletionssrc/troolean.h
- test/TestEquivalence.cpp 4 additions, 3 deletionstest/TestEquivalence.cpp
src/troolean.cpp
0 → 100644
Please register or sign in to comment