blob: cf6140656e1bbf0e8bc28e9119932d33ea55d47d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
Rational, part of collection of the [Boost C++ Libraries](https://github.com/boostorg), provides an implementation of rational numbers.
### License
Distributed under the [Boost Software License, Version 1.0](https://www.boost.org/LICENSE_1_0.txt).
### Properties
* C++11
* Header-Only
### Build Status
<!-- boost-ci/tools/makebadges.sh --project rational --appveyor ieim2q28u1ksc8i7 --codecov GWRPyIttVH --coverity 16002 -->
| Branch | GHA CI | Appveyor | Coverity Scan | codecov.io | Deps | Docs | Tests |
| :-------------: | ------ | -------- | ------------- | ---------- | ---- | ---- | ----- |
| [`master`](https://github.com/boostorg/rational/tree/master) | [](https://github.com/boostorg/rational/actions?query=branch:master) | [](https://ci.appveyor.com/project/cppalliance/rational/branch/master) | [](https://scan.coverity.com/projects/boostorg-rational) | [](https://codecov.io/gh/boostorg/rational/tree/master) | [](https://pdimov.github.io/boostdep-report/master/rational.html) | [](https://www.boost.org/doc/libs/master/libs/rational) | [](https://www.boost.org/development/tests/master/developer/rational.html)
| [`develop`](https://github.com/boostorg/rational/tree/develop) | [](https://github.com/boostorg/rational/actions?query=branch:develop) | [](https://ci.appveyor.com/project/cppalliance/rational/branch/develop) | [](https://scan.coverity.com/projects/boostorg-rational) | [](https://codecov.io/gh/boostorg/rational/tree/develop) | [](https://pdimov.github.io/boostdep-report/develop/rational.html) | [](https://www.boost.org/doc/libs/develop/libs/rational) | [](https://www.boost.org/development/tests/develop/developer/rational.html)
### Directories
| Name | Purpose |
| ----------- | ------------------------------ |
| `include` | header |
| `test` | unit tests |
### More information
* [Ask questions](https://stackoverflow.com/questions/ask?tags=c%2B%2B,boost,boost-rational)
* [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.
* 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](https://www.boost.org/LICENSE_1_0.txt).
* Discussions about the library are held on the [Boost developers mailing list](https://www.boost.org/community/groups.html#main). Be sure to read the [discussion policy](https://www.boost.org/community/policy.html) before posting and add the `[rational]` tag at the beginning of the subject line.
|