mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
Update GitHub ReadMe docs
This commit is contained in:
31
README.md
31
README.md
@@ -1,10 +1,22 @@
|
||||
Boost Math Library
|
||||
[](https://drone.cpp.al/boostorg/math)[](https://github.com/boostorg/math/actions)
|
||||
==================
|
||||
Boost Math Library
|
||||
============================
|
||||
|
||||
>ANNOUNCEMENT: This library now requires a compliant C++14 compiler.
|
||||
>ANNOUNCEMENT: This library requires a compliant C++14 compiler.
|
||||
|
||||
This library is divided into several interconnected parts:
|
||||
| | Master | Develop |
|
||||
|------------------|----------|-------------|
|
||||
| Drone | [](https://drone.cpp.al/boostorg/math) | [](https://drone.cpp.al/boostorg/math) |
|
||||
| Github Actions | [](https://github.com/boostorg/math/actions) | [](https://github.com/boostorg/math/actions) |
|
||||
| Codecov | [](https://codecov.io/gh/boostorg/math/branch/master) | [](https://codecov.io/gh/boostorg/math/branch/develop) |
|
||||
|
||||
The Math library provides numerous advanced mathematical functions
|
||||
implemented in modern C++. The library focuses on providing
|
||||
the utmost in syntactic and numerical correctness while providing
|
||||
high-performance. Convenient template-based, header-only code is
|
||||
used explicitly and consistently throughout the diverse collection
|
||||
of function implementations.
|
||||
|
||||
The library is divided into several interconnected parts:
|
||||
|
||||
### Floating Point Utilities
|
||||
|
||||
@@ -78,15 +90,6 @@ The following compilers are tested with the CI system, and are known to work. St
|
||||
* clang++ 5 or later
|
||||
* Visual Studio 2015 (14.0) or later
|
||||
|
||||
## Build Status ##
|
||||
|
||||
| | Master | Develop |
|
||||
|------------------|----------|-------------|
|
||||
| Github Actions | [](https://github.com/boostorg/math/actions) | [](https://github.com/boostorg/math/actions) |
|
||||
|Drone | [](https://drone.cpp.al/boostorg/math) | [](https://drone.cpp.al/boostorg/math) |
|
||||
|
||||
|
||||
|
||||
## Support, bugs and feature requests ##
|
||||
|
||||
Bugs and feature requests can be reported through the [GitHub issue tracker](https://github.com/boostorg/math/issues)
|
||||
|
||||
Reference in New Issue
Block a user