simple-squiggle/node_modules/mathjs/lib/esm/expression/embeddedDocs/function/units/to.js

8 lines
223 B
JavaScript
Raw Normal View History

export var toDocs = {
name: 'to',
category: 'Units',
syntax: ['x to unit', 'to(x, unit)'],
description: 'Change the unit of a value.',
examples: ['5 inch to cm', '3.2kg to g', '16 bytes in bits'],
seealso: []
};