Home
last modified time | relevance | path

Searched refs:gcd (Results 1 – 1 of 1) sorted by relevance

/misc/config_tools/configurator/packages/vue-json-schema-form/utils/
A Dutils.js327 export function gcd(a, b) { function
329 return gcd(b, a % b);
334 return (a * b) / gcd(a, b);

Completed in 4 milliseconds