UNPKG
emath
Version:
latest (1.5.0)
1.5.0
1.4.3
1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
This is a module for math.
yhzheng.com/emath/doc/index.html
qianduanXIAOHAOZI/emath
emath
/
lib
/
nativeMath.js
10 lines
(9 loc)
•
165 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** *
@method
*
@file
nativeMath.js *
@desc
For create some data structure. *
@createDate
2018.7.11. *
@author
yhzheng
*/
"use strict"
;
module
.
exports
=
Math
;