11 Apr
2012
11 Apr
'12
1:15 a.m.
A value of a fixed-point data type is essentially an integer<http://en.wikipedia.org/wiki/Integer> that is scaled by a specific factor determined by the type.
So isn't it possible to implement this functionality as a simple wrapper around Boost Multiprecision fixed int type (cpp_int) with properly overloaded operators? Thanks, Andrii