mirror of
https://github.com/boostorg/geometry.git
synced 2026-01-31 20:22:09 +00:00
2cba2fa83fe62c52efd5fc2d7fcb1401264701cf
Instructions for building GeographicLib are given here: https://geographiclib.sourceforge.io/html/highprec.html It requires the use of libquadmath package, which is present in g++-7 by default. The cmake command used is: cmake -DCMAKE_CXX_COMPILER=g++-7 -DGEOGRAPHICLIB_PRECISION=4 .. Internally, GeographicLib makes use of float128 as part of Boost Multiprecision library. To output full precision values, use: std::setprecision(std::numeric_limits<float128>::max_digits10)
Boost.Geometry, part of collection of the Boost C++ Libraries, defines concepts, primitives and algorithms for solving geometry problems.
Test results
| @ | Build | Coverage | Regression |
|---|---|---|---|
| master | ![]() |
||
| develop | ![]() |
Directories
- doc - QuickBook documentation sources
- example - Boost.Geometry examples
- extensions - examples and tests for the extensions - develop branch
- include - the sourcecode of Boost.Geometry
- index - examples and tests for the Spatial Index
- meta - library metadata
- test - Boost.Geometry unit tests
Description
Languages
C++
99.7%
CMake
0.3%








