forked from boostorg/math
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibraries.json
18 lines (18 loc) · 869 Bytes
/
libraries.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"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"
}