1 line
54 B
Text
1 line
54 B
Text
def div(x;y): if y==0 then error("NaN") else x/y end;
|
def div(x;y): if y==0 then error("NaN") else x/y end;
|