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

8 lines 274 B
export var expm1Docs = { name: 'expm1', category: 'Arithmetic', syntax: ['expm1(x)'], description: 'Calculate the value of subtracting 1 from the exponential value.', examples: ['expm1(2)', 'pow(e, 2) - 1', 'log(expm1(2) + 1)'], seealso: ['exp', 'pow', 'log'] };