3 lines
37 B
Mathematica
3 lines
37 B
Mathematica
|
|
function p = islinear(x)
|
||
|
|
p = (1==1);
|