GY-63_MS5611/libraries/Complex/library.json

24 lines
539 B
JSON
Raw Normal View History

2016-12-17 14:53:18 -05:00
{
"name": "Complex",
2018-01-08 18:11:37 -05:00
"keywords": "Complex,numbers,Imaginary,phase,modulus,polar,conjugate,math,sin,cos,tan,exp,pow",
2021-09-14 05:58:53 -04:00
"description": "Library for Complex math. Implements Printable interface.",
2016-12-18 04:48:17 -05:00
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
2016-12-17 14:53:18 -05:00
"repository":
{
"type": "git",
2020-11-27 05:10:47 -05:00
"url": "https://github.com/RobTillaart/Complex.git"
2016-12-17 14:53:18 -05:00
},
2024-01-02 11:01:20 -05:00
"version": "0.3.4",
2021-05-28 08:16:25 -04:00
"license": "MIT",
2023-10-18 11:17:06 -04:00
"frameworks": "*",
2021-12-14 09:48:21 -05:00
"platforms": "*",
"headers": "Complex.h"
2016-12-17 14:53:18 -05:00
}