lcd
import { lcd } from "https://raw.githubusercontent.com/JOTSR/Denum/master/mod.ts";The least common denominator of a set of numbers is the smallest number that is a multiple of all the numbers in the set
function lcd<T extends number | bigint>(...n: T[]): T;