diff --git a/proposals/i.json b/proposals/i.json new file mode 100644 index 00000000..90407647 --- /dev/null +++ b/proposals/i.json @@ -0,0 +1,23 @@ +{ + "id": "i", + "summary": "Imaginary unit (i)", + "description": "The imaginary unit or unit imaginary number *i* is a solution to the quadratic equation *`x^2+1=0`*.", + "categories": [ + "math > constants" + ], + "experimental": true, + "parameters": [], + "returns": { + "description": "The imaginary unit.", + "schema": { + "type": "number" + } + }, + "links": [ + { + "rel": "about", + "href": "https://mathworld.wolfram.com/ImaginaryUnit.html", + "title": "Imaginary Unit i explained by Wolfram MathWorld" + } + ] +} \ No newline at end of file