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
|
|
|
},
|
2022-10-30 06:11:07 -04:00
|
|
|
"version": "0.3.2",
|
2021-05-28 08:16:25 -04:00
|
|
|
"license": "MIT",
|
2016-12-17 14:53:18 -05:00
|
|
|
"frameworks": "arduino",
|
2021-12-14 09:48:21 -05:00
|
|
|
"platforms": "*",
|
|
|
|
"headers": "Complex.h"
|
2016-12-17 14:53:18 -05:00
|
|
|
}
|