export default subtraction = (a,b) => { return a-b ; }