You can simply change it to data type Decimal and set the number of decimal you need. that will take care of it.
and if you want to round, then use round Mathematical function round((Column A/Column B),x)
and x would be the number of digits from the left that you would like to round.
hope this help.