This commit is contained in:
Jade (Rose) Rowland 2025-01-14 00:06:57 -05:00
parent 570c7a0d6b
commit 36374fb3fb

View File

@ -466,7 +466,6 @@ export function getCurrentKeyboardState() {
return { ...keyState }; // Return a shallow copy of the key state object
}
// Floating point versions, see Fraction for rational versions
// // greatest common divisor
// export const gcd = function (x, y, ...z) {