# Is there a way to perform integer division? The divide operator / only returns a floating point value. what I want: 1/3 = 0 what I currently get 1/3 = 0.3333333333333335