Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12564: Is there any fixed point arithmetic types in Boost?
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-12-30 10:44:54
#12564: Is there any fixed point arithmetic types in Boost?
-------------------------------+---------------------
Reporter: juandent@⦠| Owner:
Type: Support Requests | Status: closed
Milestone: To Be Determined | Component: None
Version: Boost 1.62.0 | Severity: Problem
Resolution: wontfix | Keywords:
-------------------------------+---------------------
Comment (by pbristow):
You will find a working version of fixed-point by Christopher Kormanyos at
https://github.com/BoostGSoC15/fixed_point
This is being used for real-life applications and is being actively
supported and developed.
But it is not reviewed and no part of the Boost release, but it might
become so in future.
Documentation is available via the github version after you have cloned
the repository via index.html
and also directly in pdf format at
https://dl.dropboxusercontent.com/u/43940943/fixed_point.pdf (though not
all the hyperlinks work).
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.
Recommended.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/12564#comment:3> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:20 UTC