const math = require('./math.js') console.log(math.pi) console.log(math.pow(2,3))