feat:node-modules
This commit is contained in:
14
node_modules/mathjs/lib/cjs/expression/embeddedDocs/construction/fraction.js
generated
vendored
Normal file
14
node_modules/mathjs/lib/cjs/expression/embeddedDocs/construction/fraction.js
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.fractionDocs = void 0;
|
||||
const fractionDocs = exports.fractionDocs = {
|
||||
name: 'fraction',
|
||||
category: 'Construction',
|
||||
syntax: ['fraction(num)', 'fraction(matrix)', 'fraction(num,den)', 'fraction({n: num, d: den})'],
|
||||
description: 'Create a fraction from a number or from integer numerator and denominator.',
|
||||
examples: ['fraction(0.125)', 'fraction(1, 3) + fraction(2, 5)', 'fraction({n: 333, d: 53})', 'fraction([sqrt(9), sqrt(10), sqrt(11)])'],
|
||||
seealso: ['bignumber', 'boolean', 'complex', 'index', 'matrix', 'string', 'unit']
|
||||
};
|
||||
Reference in New Issue
Block a user