mirror of
https://github.com/josdejong/mathjs.git
synced 2025-12-08 19:46:04 +00:00
13 lines
218 B
JavaScript
13 lines
218 B
JavaScript
module.exports = {
|
|
'name': 'version',
|
|
'category': 'Constants',
|
|
'syntax': [
|
|
'version'
|
|
],
|
|
'description': 'A string with the version number of math.js',
|
|
'examples': [
|
|
'version'
|
|
],
|
|
'seealso': []
|
|
};
|