2 lines
26 B
Mathematica
2 lines
26 B
Mathematica
|
|
function y=sqr(x)
|
||
|
|
y = x*x;
|