8 lines
197 B
JavaScript
8 lines
197 B
JavaScript
|
export var versionDocs = {
|
||
|
name: 'version',
|
||
|
category: 'Constants',
|
||
|
syntax: ['version'],
|
||
|
description: 'A string with the version number of math.js',
|
||
|
examples: ['version'],
|
||
|
seealso: []
|
||
|
};
|