Skip to content

Commit

Permalink
Adding imaginary unit
Browse files Browse the repository at this point in the history
Adding imaginary unit
  • Loading branch information
PondiB authored Sep 14, 2023
2 parents 7a29378 + 4f9e465 commit ff802c0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions proposals/i.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit ff802c0

Please sign in to comment.