GY-63_MS5611/libraries/Complex/library.json
2024-01-02 17:01:20 +01:00

24 lines
539 B
JSON

{
"name": "Complex",
"keywords": "Complex,numbers,Imaginary,phase,modulus,polar,conjugate,math,sin,cos,tan,exp,pow",
"description": "Library for Complex math. Implements Printable interface.",
"authors":
[
{
"name": "Rob Tillaart",
"email": "Rob.Tillaart@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/RobTillaart/Complex.git"
},
"version": "0.3.4",
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"headers": "Complex.h"
}