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