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