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

14 lines (13 loc) 448 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.stringDocs = void 0; const stringDocs = exports.stringDocs = { name: 'string', category: 'Construction', syntax: ['"text"', 'string(x)'], description: 'Create a string or convert a value to a string', examples: ['"Hello World!"', 'string(4.2)', 'string(3 + 2i)'], seealso: ['bignumber', 'boolean', 'complex', 'index', 'matrix', 'number', 'unit'] };