Add project files including package.json, package-lock.json, .gitignore

This commit is contained in:
2025-06-05 16:57:31 +02:00
parent 6261ae9c47
commit f9bd4279aa
4 changed files with 280 additions and 0 deletions

View File

@@ -121,5 +121,6 @@ class ASM3 {
}
}
// testing stuff
const asm3 = new ASM3([0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1])
console.log(asm3.compute_rates())