From 4f9e46533373f0652fe695d60079f564495cd4c1 Mon Sep 17 00:00:00 2001 From: clausmichele Date: Wed, 23 Aug 2023 11:52:18 +0200 Subject: [PATCH 1/2] 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 From 73748760dd829658d45646488ecb8b725438e106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brian=20P=CF=95ndi?= Date: Thu, 14 Sep 2023 15:25:48 +0200 Subject: [PATCH 2/2] Revert "Adding imaginary unit" --- proposals/i.json | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 proposals/i.json diff --git a/proposals/i.json b/proposals/i.json deleted file mode 100644 index 90407647..00000000 --- a/proposals/i.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "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