1 parent d8b1034 commit b8b386bCopy full SHA for b8b386b
1 file changed
logic.html
@@ -2309,7 +2309,7 @@ <h2 style="font-family:var(--display);font-size:22px;margin:32px 0 18px">Problem
2309
}
2310
function render(){
2311
const r=calc(A,B,x);
2312
- get('sa-da').textContent=r.DA; get('sa-db').textContent=r.DB;
+ get('sa-da').textContent=r.DA; get('sa-db').textContent=r.DB;
2313
get('sa-next').textContent=''+r.DA+r.DB; get('sa-y').textContent=r.y;
2314
let html='<tr><th>A B</th><th>x</th><th>A⁺ B⁺</th><th>y</th></tr>';
2315
for(let a=0;a<2;a++)for(let b=0;b<2;b++)for(let xx=0;xx<2;xx++){
@@ -2326,4 +2326,4 @@ <h2 style="font-family:var(--display);font-size:22px;margin:32px 0 18px">Problem
2326
2327
</script>
2328
</body>
2329
-</html>
+</html> .
0 commit comments