Function beetle_collatz::transformations
source · pub fn transformations(n: NonZeroU128) -> Vec<u128>Expand description
Returns all the numbers N becomes on its way to falling to one.
pub fn transformations(n: NonZeroU128) -> Vec<u128>Returns all the numbers N becomes on its way to falling to one.