Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
doc/ | 25-Apr-2025 | - | 1 | 1 | ||
include/boost/ | 25-Apr-2025 | - | 1,047 | 713 | ||
meta/ | 25-Apr-2025 | - | 15 | 14 | ||
test/ | 25-Apr-2025 | - | 1,956 | 1,376 | ||
.gitattributes | D | 25-Apr-2025 | 3.8 KiB | 97 | 91 | |
.travis.yml | D | 25-Apr-2025 | 8.6 KiB | 352 | 306 | |
CMakeLists.txt | D | 25-Apr-2025 | 964 | 34 | 27 | |
Jamfile | D | 25-Apr-2025 | 332 | 11 | 9 | |
LICENSE | D | 25-Apr-2025 | 1.3 KiB | 24 | 20 | |
README.md | D | 25-Apr-2025 | 3.6 KiB | 33 | 21 | |
appveyor.yml | D | 25-Apr-2025 | 2.1 KiB | 70 | 60 |
README.md
1Rational, part of collection of the [Boost C++ Libraries](http://github.com/boostorg), provides an implementation of rational numbers. 2 3### License 4 5Distributed under the [Boost Software License, Version 1.0](http://www.boost.org/LICENSE_1_0.txt). 6 7### Properties 8 9* C++03 10* Header-Only 11 12### Build Status 13 14Branch | Travis | Appveyor | Coverity Scan | codecov.io | Deps | Docs | Tests | 15:-------------: | ------ | -------- | ------------- | ---------- | ---- | ---- | ----- | 16[`master`](https://github.com/boostorg/rational/tree/master) | [](https://travis-ci.org/boostorg/rational) | [](https://ci.appveyor.com/project/jeking3/rational-lqu73/branch/master) | [](https://scan.coverity.com/projects/boostorg-rational) | [](https://codecov.io/gh/boostorg/rational/branch/master)| [](https://pdimov.github.io/boostdep-report/master/rational.html) | [](http://www.boost.org/doc/libs/master/doc/html/rational.html) | [](http://www.boost.org/development/tests/master/developer/rational.html) 17[`develop`](https://github.com/boostorg/rational/tree/develop) | [](https://travis-ci.org/boostorg/rational) | [](https://ci.appveyor.com/project/jeking3/rational-lqu73/branch/develop) | [](https://scan.coverity.com/projects/boostorg-rational) | [](https://codecov.io/gh/boostorg/rational/branch/develop) | [](https://pdimov.github.io/boostdep-report/develop/rational.html) | [](http://www.boost.org/doc/libs/develop/doc/html/rational.html) | [](http://www.boost.org/development/tests/develop/developer/rational.html) 18 19### Directories 20 21| Name | Purpose | 22| ----------- | ------------------------------ | 23| `include` | header | 24| `test` | unit tests | 25 26### More information 27 28* [Ask questions](http://stackoverflow.com/questions/ask?tags=c%2B%2B,boost,boost-rational) 29* [Report bugs](https://github.com/boostorg/rational/issues): 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. 30* 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](http://www.boost.org/LICENSE_1_0.txt). 31* Discussions about the library are held on the [Boost developers mailing list](http://www.boost.org/community/groups.html#main). Be sure to read the [discussion policy](http://www.boost.org/community/policy.html) before posting and add the `[rational]` tag at the beginning of the subject line. 32 33