UNPKG

329 BJavaScriptView Raw
1export var unitDocs = {
2 name: 'unit',
3 category: 'Construction',
4 syntax: ['value unit', 'unit(value, unit)', 'unit(string)'],
5 description: 'Create a unit.',
6 examples: ['5.5 mm', '3 inch', 'unit(7.1, "kilogram")', 'unit("23 deg")'],
7 seealso: ['bignumber', 'boolean', 'complex', 'index', 'matrix', 'number', 'string']
8};
\No newline at end of file