2021-01-29 06:31:58 -05:00
|
|
|
{
|
|
|
|
"name": "statHelpers",
|
|
|
|
"keywords": "permutation, next permutation, nth permutation, combination, factorial, n over k, n out of k",
|
|
|
|
"description": "Arduino library with a number of statistic helper functions.",
|
|
|
|
"authors":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Rob Tillaart",
|
|
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
|
|
"maintainer": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/RobTillaart/statHelpers.git"
|
|
|
|
},
|
2022-11-25 13:13:30 -05:00
|
|
|
"version": "0.1.6",
|
2021-05-28 08:16:25 -04:00
|
|
|
"license": "MIT",
|
2021-01-29 06:31:58 -05:00
|
|
|
"frameworks": "arduino",
|
2021-12-28 09:37:03 -05:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "statHelpers.h"
|
2021-01-29 06:31:58 -05:00
|
|
|
}
|