mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-16 07:44:42 -04:00
Squashed 'boost/' content from commit b4feb19f2
git-subtree-dir: boost git-subtree-split: b4feb19f287ee92d87a9624b5d36b7cf46aeadeb
This commit is contained in:
@@ -0,0 +1,81 @@
|
||||
[
|
||||
{
|
||||
"key": "math",
|
||||
"name": "Math",
|
||||
"authors": [
|
||||
"various"
|
||||
],
|
||||
"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 dimentional space. Octonions, like quaternions, are a relative of complex numbers.",
|
||||
"category": [
|
||||
"Math"
|
||||
],
|
||||
"maintainers": [
|
||||
"Hubert Holin <Hubert.Holin -at- meteo.fr>",
|
||||
"John Maddock <john -at- johnmaddock.co.uk>"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "math/common_factor",
|
||||
"name": "Math Common Factor",
|
||||
"authors": [
|
||||
"Daryle Walker"
|
||||
],
|
||||
"description": "Greatest common divisor and least common multiple.",
|
||||
"documentation": "doc/html/gcd_lcm.html",
|
||||
"category": [
|
||||
"Math"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "math/octonion",
|
||||
"name": "Math Octonion",
|
||||
"authors": [
|
||||
"Hubert Holin"
|
||||
],
|
||||
"description": "Octonions.",
|
||||
"documentation": "doc/html/octonions.html",
|
||||
"category": [
|
||||
"Math"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "math/quaternion",
|
||||
"name": "Math Quaternion",
|
||||
"authors": [
|
||||
"Hubert Holin"
|
||||
],
|
||||
"description": "Quaternions.",
|
||||
"documentation": "doc/html/quaternions.html",
|
||||
"category": [
|
||||
"Math"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "math/special_functions",
|
||||
"name": "Math/Special Functions",
|
||||
"authors": [
|
||||
"John Maddock",
|
||||
"Paul Bristow",
|
||||
"Hubert Holin",
|
||||
"Xiaogang Zhang"
|
||||
],
|
||||
"description": "A wide selection of mathematical special functions.",
|
||||
"documentation": "doc/html/special.html",
|
||||
"category": [
|
||||
"Math"
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "math/statistical_distributions",
|
||||
"name": "Math/Statistical Distributions",
|
||||
"authors": [
|
||||
"John Maddock",
|
||||
"Paul Bristow"
|
||||
],
|
||||
"description": "A wide selection of univariate statistical distributions and functions that operate on them.",
|
||||
"documentation": "doc/html/dist.html",
|
||||
"category": [
|
||||
"Math"
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user