
10 Apr
2012
10 Apr
'12
11:15 p.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