UNPKG

402 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.iDocs = void 0;
7var iDocs = {
8 name: 'i',
9 category: 'Constants',
10 syntax: ['i'],
11 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.',
12 examples: ['i', 'i * i', 'sqrt(-1)'],
13 seealso: []
14};
15exports.iDocs = iDocs;
\No newline at end of file