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",
|
2023-03-15 11:12:52 -04:00
|
|
|
"description": "Arduino library with a number of statistic helper functions. Experimental big numbers.",
|
2021-01-29 06:31:58 -05:00
|
|
|
"authors":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Rob Tillaart",
|
|
|
|
"email": "Rob.Tillaart@gmail.com",
|
|
|
|
"maintainer": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/RobTillaart/statHelpers.git"
|
|
|
|
},
|
2024-01-06 09:16:37 -05:00
|
|
|
"version": "0.2.0",
|
2021-05-28 08:16:25 -04:00
|
|
|
"license": "MIT",
|
2023-11-22 05:13:28 -05:00
|
|
|
"frameworks": "*",
|
2021-12-28 09:37:03 -05:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "statHelpers.h"
|
2021-01-29 06:31:58 -05:00
|
|
|
}
|