[][src]Function rdcl_aoc_helpers::math::lcm

pub fn lcm(a: u64, b: u64) -> u64

Computes the least common multiple of a and b.