Calculator

half_btn.onRelease = function() {
	output1 = input1/2;
};

i have that applied to a button… but instead of dividing the input data in half… it subtracts 2… any ideas why?