This commit is contained in:
Catalin Constantin Mititiuc 2025-06-16 22:41:31 -07:00
parent b0d9675793
commit eb08880309

View File

@ -531,8 +531,8 @@ function findScalar(arr) {
pos = 13;
neg = 13;
} else {
pos = 7;
neg = 6;
pos = -7;
neg = -6;
}
return arr.map(([mult, v]) => {
@ -556,7 +556,7 @@ function findScalar(arr) {
// console.log(findScalar(mults));
const sheets = [[mapsheet2, mapsheet3]];
const sheets = [[mapsheet2], [mapsheet3]];
// const sheets = [[mapsheet2], [mapsheet1], [mapsheet3]];
findScalar(findMult(sheets)).forEach(([vscalar, row]) => {