const math = { pi: 3.14, e: 2.718, pow: function(a,b){ return a**b } } export default math