simple-squiggle/node_modules/mathjs/lib/esm/expression/embeddedDocs/function/arithmetic/unaryPlus.js

8 lines
247 B
JavaScript
Raw Normal View History

export var unaryPlusDocs = {
name: 'unaryPlus',
category: 'Operators',
syntax: ['+x', 'unaryPlus(x)'],
description: 'Converts booleans and strings to numbers.',
examples: ['+true', '+"2"'],
seealso: ['add', 'subtract', 'unaryMinus']
};