Boost C++ Libraries: Ticket #12564: Is there any fixed point arithmetic types in Boost? https://svn.boost.org/trac10/ticket/12564 <p> Hi, </p> <p> Sorry if this is a dumb question but I have been looking for fixed point types in Boost and not found any... </p> <p> Yet I feel there must be... </p> <p> Thanks for any help </p> <p> Juan </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/12564 Trac 1.4.3 edaskel@… Mon, 07 Nov 2016 16:29:06 GMT <link>https://svn.boost.org/trac10/ticket/12564#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/12564#comment:1</guid> <description> <p> I strongly recommend posting your question to the Boost mailing list at <a class="ext-link" href="http://lists.boost.org/mailman/listinfo.cgi/boost"><span class="icon">​</span>http://lists.boost.org/mailman/listinfo.cgi/boost</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>John Maddock</dc:creator> <pubDate>Thu, 29 Dec 2016 11:28:20 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/12564#comment:2 https://svn.boost.org/trac10/ticket/12564#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">wontfix</span> </li> </ul> <p> Several have been discussed on the mailing list. </p> <p> Closing this issue down for now. </p> Ticket Paul A. Bristow Fri, 30 Dec 2016 10:44:54 GMT <link>https://svn.boost.org/trac10/ticket/12564#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/12564#comment:3</guid> <description> <p> You will find a working version of fixed-point by Christopher Kormanyos at </p> <p> <a class="ext-link" href="https://github.com/BoostGSoC15/fixed_point"><span class="icon">​</span>https://github.com/BoostGSoC15/fixed_point</a> </p> <p> This is being used for real-life applications and is being actively supported and developed. </p> <p> But it is not reviewed and no part of the Boost release, but it might become so in future. </p> <p> Documentation is available via the github version after you have cloned the repository via index.html </p> <p> and also directly in pdf format at <a class="ext-link" href="https://dl.dropboxusercontent.com/u/43940943/fixed_point.pdf"><span class="icon">​</span>https://dl.dropboxusercontent.com/u/43940943/fixed_point.pdf</a> (though not all the hyperlinks work). </p> <p> This version uses a specified underlying integral type (char, int, long int ...) and does not expand to a bigger type (exactly as normal C/C++ integer and floating-p[oint types). But it does allow Boost.Multiprecision types to use many more bits and the built-in types. </p> <p> Recommended. </p> </description> <category>Ticket</category> </item> </channel> </rss>