UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

14 lines (13 loc) 222 B
module.exports = { 'name': 'abs', 'category': 'Arithmetic', 'syntax': [ 'abs(x)' ], 'description': 'Compute the absolute value.', 'examples': [ 'abs(3.5)', 'abs(-4.2)' ], 'seealso': ['sign'] };