mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
19 lines
869 B
JSON
19 lines
869 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"
|
|
}
|