feat:node-modules
This commit is contained in:
14
node_modules/mathjs/lib/cjs/expression/embeddedDocs/construction/splitUnit.js
generated
vendored
Normal file
14
node_modules/mathjs/lib/cjs/expression/embeddedDocs/construction/splitUnit.js
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.splitUnitDocs = void 0;
|
||||
const splitUnitDocs = exports.splitUnitDocs = {
|
||||
name: 'splitUnit',
|
||||
category: 'Construction',
|
||||
syntax: ['splitUnit(unit: Unit, parts: Unit[])'],
|
||||
description: 'Split a unit in an array of units whose sum is equal to the original unit.',
|
||||
examples: ['splitUnit(1 m, ["feet", "inch"])'],
|
||||
seealso: ['unit', 'createUnit']
|
||||
};
|
||||
Reference in New Issue
Block a user