i.js (282B)
1 export var iDocs = { 2 name: 'i', 3 category: 'Constants', 4 syntax: ['i'], 5 description: 'Imaginary unit, defined as i*i=-1. A complex number is described as a + b*i, where a is the real part, and b is the imaginary part.', 6 examples: ['i', 'i * i', 'sqrt(-1)'], 7 seealso: [] 8 };