3 lines
41 B
Mathematica
3 lines
41 B
Mathematica
|
|
function p = fraction(x)
|
||
|
|
p = x(1)./x(2);
|