UNPKG

330 BJavaScriptView Raw
1export var complexDocs = {
2 name: 'complex',
3 category: 'Construction',
4 syntax: ['complex()', 'complex(re, im)', 'complex(string)'],
5 description: 'Create a complex number.',
6 examples: ['complex()', 'complex(2, 3)', 'complex("7 - 2i")'],
7 seealso: ['bignumber', 'boolean', 'index', 'matrix', 'number', 'string', 'unit']
8};
\No newline at end of file