We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a29378 + 4f9e465 commit ff802c0Copy full SHA for ff802c0
proposals/i.json
@@ -0,0 +1,23 @@
1
+{
2
+ "id": "i",
3
+ "summary": "Imaginary unit (i)",
4
+ "description": "The imaginary unit or unit imaginary number *i* is a solution to the quadratic equation *`x^2+1=0`*.",
5
+ "categories": [
6
+ "math > constants"
7
+ ],
8
+ "experimental": true,
9
+ "parameters": [],
10
+ "returns": {
11
+ "description": "The imaginary unit.",
12
+ "schema": {
13
+ "type": "number"
14
+ }
15
+ },
16
+ "links": [
17
+ {
18
+ "rel": "about",
19
+ "href": "https://mathworld.wolfram.com/ImaginaryUnit.html",
20
+ "title": "Imaginary Unit i explained by Wolfram MathWorld"
21
22
+ ]
23
+}
0 commit comments