mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-02 08:52:10 +00:00
5a1e553c75aaa9ed08de9e7534344aa53182ebd2
This fixes the function for long double on some compilers. For all FP types non-std fabs() was called. This function is defined only for double. On compilers supporting long double type more precise than double (GCC, Clang, etc.) this resulted in truncation of the result.
Boost.Geometry, part of collection of the Boost C++ Libraries, defines concepts, primitives and algorithms for solving geometry problems.
Directories
- doc - QuickBook documentation sources
- examples - 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
- test - Boost.Geometry unit tests
Test results
| @ | Build | Coverage | Regression |
|---|---|---|---|
| master | ![]() |
![]() |
![]() |
| develop | ![]() |
![]() |
![]() |
More information
Description
Languages
C++
99.7%
CMake
0.3%







