cppalliance / decimal

A C++14 implementation of IEEE 754 decimal floating point numbers
https://cppalliance.org/decimal/decimal.html
Boost Software License 1.0
17 stars 1 forks source link

Remove branches for operators- #686

Closed mborland closed 2 days ago

mborland commented 6 days ago

With the reworked addition implementation from #676 it should be possible to completely isolate operator- rather than calling operator+ if you have lhs - (-rhs).