fraction operator
- type
solve(x = 4$x, x) in any row
- now Calctus lags with every keystrokes
solve(x = 4$x + 2$x, x) makes more lag. solve(x = 4/x, x) does not cause lag.
rand()
- type
solve(rand()+rand()+rand()+x = 5, x) in any row
- now Calctus lags with every keystrokes
log2()
- type
solve(log2(x) = 10, x) in any row
- Calctus hangs for some seconds
- now Calctus lags with every keystrokes
fraction operator
solve(x = 4$x, x)in any rowsolve(x = 4$x + 2$x, x)makes more lag.solve(x = 4/x, x)does not cause lag.rand()
solve(rand()+rand()+rand()+x = 5, x)in any rowlog2()
solve(log2(x) = 10, x)in any row