UNPKG

mathjs

Version:

Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser with support for symbolic computation, comes with a large set of built-in functions and constants, and offers an integrated solution to work with dif

10 lines (9 loc) 264 B
"use strict"; module.exports = { 'name': 'add', 'category': 'Operators', 'syntax': ['x + y', 'add(x, y)'], 'description': 'Add two values.', 'examples': ['a = 2.1 + 3.6', 'a - 3.6', '3 + 2i', '3 cm + 2 inch', '"2.3" + "4"'], 'seealso': ['subtract'] };