pub fn number_factors(number: i128) -> Vec<i128>
Expand description

Gets all factors of a signed integer with maximum length of 128 and returns them in a vector.