fix failing tests

This commit is contained in:
2026-01-23 07:56:49 -06:00
parent 4cf0ce00de
commit e6838338fc
8 changed files with 431 additions and 388 deletions

View File

@@ -1,4 +1,4 @@
const math = require('math/radians');
def math = use('math/radians');
function A(i,j) {
return 1/((i+j)*(i+j+1)/2+i+1);