From 4f9e46533373f0652fe695d60079f564495cd4c1 Mon Sep 17 00:00:00 2001 From: clausmichele Date: Wed, 23 Aug 2023 11:52:18 +0200 Subject: [PATCH] add imaginary unit --- proposals/i.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 proposals/i.json 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