UNPKG

400 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.multiplyDocs = void 0;
7var multiplyDocs = {
8 name: 'multiply',
9 category: 'Operators',
10 syntax: ['x * y', 'multiply(x, y)'],
11 description: 'multiply two values.',
12 examples: ['a = 2.1 * 3.4', 'a / 3.4', '2 * 3 + 4', '2 * (3 + 4)', '3 * 2.1 km'],
13 seealso: ['divide']
14};
15exports.multiplyDocs = multiplyDocs;
\No newline at end of file