Skip to content

lcm

Computes the least common multiple.

ts
import { lcm } from '@vielzeug/toolkit';

lcm(6, 8); // 24