A number a is a factor of a number b if a divides b exactly. PLEASE USE [r-factor] TAG for questions on the factor data type in the _R_ language.
A number a is a factor of a number b if a divides b exactly; that is, if b % a = 0. A factor is also known as a divisor of a number.
Questions pertaining to finding factors of a number, i.e. factorization, typically use this tag.
This tag is also widely used for questions on the function factor
or the "factor" data type in the r scientific language for statistical computing and graphics, although using the r-factor tag is recommended.