Skip to content

Commit 481ce0d

Browse files
authored
Update libraries.json to only include 1 library key (#994)
Update libraries.json to only include 1 library key
1 parent 0852c16 commit 481ce0d

File tree

1 file changed

+5
-72
lines changed

1 file changed

+5
-72
lines changed

meta/libraries.json

Lines changed: 5 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -5,82 +5,15 @@
55
"authors": [
66
"various"
77
],
8-
"description": "Boost.Math includes several contributions in the domain of mathematics: The Greatest Common Divisor and Least Common Multiple library provides run-time and compile-time evaluation of the greatest common divisor (GCD) or least common multiple (LCM) of two integers. The Special Functions library currently provides eight templated special functions, in namespace boost. The Complex Number Inverse Trigonometric Functions are the inverses of trigonometric functions currently present in the C++ standard. Quaternions are a relative of complex numbers often used to parameterise rotations in three dimensional space. Octonions, like quaternions, are a relative of complex numbers.",
8+
"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)",
99
"category": [
1010
"Math"
1111
],
1212
"maintainers": [
13-
"Hubert Holin <Hubert.Holin -at- meteo.fr>",
14-
"John Maddock <john -at- johnmaddock.co.uk>"
15-
],
16-
"cxxstd": "14"
17-
},
18-
{
19-
"key": "math/common_factor",
20-
"name": "Math Common Factor",
21-
"authors": [
22-
"Daryle Walker"
23-
],
24-
"description": "Greatest common divisor and least common multiple.",
25-
"documentation": "doc/html/gcd_lcm.html",
26-
"category": [
27-
"Math"
28-
],
29-
"cxxstd": "14"
30-
},
31-
{
32-
"key": "math/octonion",
33-
"name": "Math Octonion",
34-
"authors": [
35-
"Hubert Holin"
36-
],
37-
"description": "Octonions.",
38-
"documentation": "doc/html/octonions.html",
39-
"category": [
40-
"Math"
41-
],
42-
"cxxstd": "14"
43-
},
44-
{
45-
"key": "math/quaternion",
46-
"name": "Math Quaternion",
47-
"authors": [
48-
"Hubert Holin"
49-
],
50-
"description": "Quaternions.",
51-
"documentation": "doc/html/quaternions.html",
52-
"category": [
53-
"Math"
54-
],
55-
"cxxstd": "14"
56-
},
57-
{
58-
"key": "math/special_functions",
59-
"name": "Math/Special Functions",
60-
"authors": [
61-
"John Maddock",
62-
"Paul Bristow",
63-
"Hubert Holin",
64-
"Xiaogang Zhang"
65-
],
66-
"description": "A wide selection of mathematical special functions.",
67-
"documentation": "doc/html/special.html",
68-
"category": [
69-
"Math"
70-
],
71-
"cxxstd": "14"
72-
},
73-
{
74-
"key": "math/statistical_distributions",
75-
"name": "Math/Statistical Distributions",
76-
"authors": [
77-
"John Maddock",
78-
"Paul Bristow"
79-
],
80-
"description": "A wide selection of univariate statistical distributions and functions that operate on them.",
81-
"documentation": "doc/html/dist.html",
82-
"category": [
83-
"Math"
13+
"John Maddock <john -at- johnmaddock.co.uk>",
14+
"Chris Kormanyos <e_float -at- yahoo.com>",
15+
"Nick Thompson <nathompson7 -at- protonmail.com>",
16+
"Matt Borland <matt -at- mattborland.com>"
8417
],
8518
"cxxstd": "14"
8619
}

0 commit comments

Comments
 (0)