Fixed desmos server

This commit is contained in:
66945
2022-03-14 12:19:23 -06:00
parent 4c758f9962
commit 8668d96019
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -121,6 +121,7 @@ public class Robot extends TimedRobot {
});
desmosServer.start();
DesmosServer.putTable("table", "x1", new double[] {44}, "y1", new double[] {0});
}
/**
@@ -116,8 +116,10 @@
return 'point';
else if(raw.match(/\[[a-zA-Z0-9.,_{}\(\)]*\]/))
return 'array';
else
else if(raw.contains('='))
return 'number';
else
return 'none';
}
function readVariable(latex) {