Skip to content

Commit ff802c0

Browse files
authored
Adding imaginary unit
Adding imaginary unit
2 parents 7a29378 + 4f9e465 commit ff802c0

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

proposals/i.json

+23
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)