UNPKG

373 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.imDocs = void 0;
7var imDocs = {
8 name: 'im',
9 category: 'Complex',
10 syntax: ['im(x)'],
11 description: 'Get the imaginary part of a complex number.',
12 examples: ['im(2 + 3i)', 're(2 + 3i)', 'im(-5.2i)', 'im(2.4)'],
13 seealso: ['re', 'conj', 'abs', 'arg']
14};
15exports.imDocs = imDocs;
\No newline at end of file