1 parent 93bf170 commit d8b1034Copy full SHA for d8b1034
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++){
0 commit comments