1 | ;
|
2 |
|
3 | module.exports = {
|
4 | 'name': 'i',
|
5 | 'category': 'Constants',
|
6 | 'syntax': ['i'],
|
7 | '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.',
|
8 | 'examples': ['i', 'i * i', 'sqrt(-1)'],
|
9 | 'seealso': []
|
10 | }; |
\ | No newline at end of file |