CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

| Download

cv 12

Project: zapisnik
Views: 15
Image: ubuntu2204
factor(x^2-9)
(x + 3)*(x - 3)
derivative(x^(x^x))
(x^x*(log(x) + 1)*log(x) + x^x/x)*x^(x^x)
plot(x^3, (x, -1, 1))