I was just wondering how I should handle division in a generic math class, should I never use integer devision?
Or is there a way to determine if there will be a narrowing conversion when using integer division and avoid this with a desicion structure?

The purpose of this class is to provide some reusable statistics functions etc.
I am not a math guru, so any info or help would be appreciated (Im not exactly sure of the information i need to google for and everything I find is not really helpful to my situation).

Thanx in advance...