Boost.org rational module
Go to file
Peter Dimov 5646231364 Update test/CMakeLists.txt 2021-06-07 03:50:31 +03:00
doc Add a readme in the doc subdirectory. 2017-01-04 15:29:49 -05:00
include/boost Fix operators to work with C++20 2020-11-16 09:31:24 -05:00
meta [skip ci] Add "cxxstd" json field. The "cxxstd" json field is being added to each Boost library's meta json information for libraries in order to specify the minumum C++ standard compilation level. The value of this field matches one of the values for 'cxxstd' in Boost.Build. The purpose of doing this is to provide information for the Boost website documentation for each library which will specify the minimum C++ standard compilation that an end-user must employ in order to use the particular library. This will aid end-users who want to know if they can successfully use a Boost library based on their C++ compiler's compilation level, without having to search the library's documentation to find this out. (#47) 2021-01-21 19:20:44 -05:00
test Update test/CMakeLists.txt 2021-06-07 03:50:31 +03:00
.gitattributes This commit was generated by cvs2svn to compensate for changes in r4, 2000-07-07 16:04:40 +00:00
.travis.yml Update travis configuration 2020-11-15 02:54:34 -05:00
CMakeLists.txt Regenerate CMakeLists.txt 2021-05-30 07:31:20 +03:00
Jamfile Add CI framework 2018-06-14 08:13:24 -04:00
LICENSE Add CI framework 2018-06-14 08:13:24 -04:00
README.md Fix coverity scan badge url in readme 2018-06-14 08:18:19 -04:00
appveyor.yml Update appveyor configuration 2020-11-15 12:47:14 -05:00
index.html Tweaked files to pass inspection report; one file had some min/max violations; but all had to have 'boostinspect:nolicense' set because a copyrighter, Paul Moore, has disappeared, so his files can never be changed to the main Boost license 2008-07-27 23:43:04 +00:00
rational.html Add more constexpr to code and doc (#32) 2018-11-02 08:20:58 -04:00

README.md

Rational, part of collection of the Boost C++ Libraries, provides an implementation of rational numbers.

License

Distributed under the Boost Software License, Version 1.0.

Properties

  • C++03
  • Header-Only

Build Status

Branch Travis Appveyor Coverity Scan codecov.io Deps Docs Tests
master Build Status Build status Coverity Scan Build Status codecov Deps Documentation Enter the Matrix
develop Build Status Build status Coverity Scan Build Status codecov Deps Documentation Enter the Matrix

Directories

Name Purpose
include header
test unit tests

More information

  • Ask questions
  • Report bugs: Be sure to mention Boost version, platform and compiler you're using. A small compilable code sample to reproduce the problem is always good as well.
  • Submit your patches as pull requests against develop branch. Note that by submitting patches you agree to license your modifications under the Boost Software License, Version 1.0.
  • Discussions about the library are held on the Boost developers mailing list. Be sure to read the discussion policy before posting and add the [rational] tag at the beginning of the subject line.