mirror of
https://github.com/Team4388/2022NoWayHome.git
synced 2026-06-09 08:48:07 -06:00
Fixed desmos server
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user