feat:node-modules
This commit is contained in:
8
node_modules/mathjs/lib/esm/expression/embeddedDocs/construction/complex.js
generated
vendored
Normal file
8
node_modules/mathjs/lib/esm/expression/embeddedDocs/construction/complex.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export var complexDocs = {
|
||||
name: 'complex',
|
||||
category: 'Construction',
|
||||
syntax: ['complex()', 'complex(re, im)', 'complex(string)'],
|
||||
description: 'Create a complex number.',
|
||||
examples: ['complex()', 'complex(2, 3)', 'complex("7 - 2i")'],
|
||||
seealso: ['bignumber', 'boolean', 'index', 'matrix', 'number', 'string', 'unit']
|
||||
};
|
||||
Reference in New Issue
Block a user