UNPKG
chb_npm_test
Version:
latest (1.0.0)
1.0.0
测试包
chb_npm_test
/
index.js
5 lines
•
112 B
JavaScript
View Raw
1
2
3
4
5
function
fun1
(
n, r
) {
return
Math
.
round
(n / r); }
console
.
log
(
fun1
(
1.05
,
2
));
console
.
log
(
fun1
(
3.2
,
1
));