UNPKG
ajwinny
Version:
latest (3.0.0)
3.0.0
1.0.0
Calculator for doing different operations
ajwinny
/
testing.js
3 lines
(2 loc)
•
70 B
JavaScript
View Raw
1
2
3
const
calculate =
require
(
"ajwinny"
);
console
.
log
(
Math
.
hypot
(
8
,
6
));