2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-24 06:02:08 +00:00
Files
math/meta/libraries.json
Matt Borland 481ce0d12a Update libraries.json to only include 1 library key (#994)
Update libraries.json to only include 1 library key
2023-06-26 10:03:17 +02:00

21 lines
945 B
JSON

[
{
"key": "math",
"name": "Math",
"authors": [
"various"
],
"description": "Boost.Math includes several contributions in the domain of mathematics: Floating Point Utilities, Specific Width Floating Point Types, Mathematical Constants, Statistical Distributions, Special Functions, Root Finding and Function Minimization, Polynomials and Rational Functions, Interpolation, and Numerical Integration and Differentiation. Many of these features are templated to support both built-in, and extended width types (e.g. Boost.Multiprecision)",
"category": [
"Math"
],
"maintainers": [
"John Maddock <john -at- johnmaddock.co.uk>",
"Chris Kormanyos <e_float -at- yahoo.com>",
"Nick Thompson <nathompson7 -at- protonmail.com>",
"Matt Borland <matt -at- mattborland.com>"
],
"cxxstd": "14"
}
]