24 lines
561 B
JSON
Raw Normal View History

2021-01-29 12:31:58 +01:00
{
"name": "FastTrig",
2021-08-10 21:24:22 +02:00
"keywords": "sin, cos, tan, isin, icos, itan, icot, fast",
"description": "Arduino library with interpolated lookup for sin() cos() tan(). Trades speed for accuracy. Check readme for details.",
2021-01-29 12:31:58 +01:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/FastTrig"
},
2022-11-07 10:20:54 +01:00
"version": "0.1.11",
2021-04-25 19:56:44 +02:00
"license": "MIT",
2021-01-29 12:31:58 +01:00
"frameworks": "*",
2021-12-18 13:14:58 +01:00
"platforms": "*",
"headers": "FastTrig.h"
2021-01-29 12:31:58 +01:00
}