numparam/xpressn.c, remove an artifact
This commit is contained in:
parent
7b175dd1c4
commit
a0a3f48227
|
|
@ -781,7 +781,6 @@ operate(char op, double x, double y)
|
|||
x = x * y;
|
||||
break;
|
||||
case '/':
|
||||
// if (absf(y) > epsi)
|
||||
x = x / y;
|
||||
break;
|
||||
case '^': /* power */
|
||||
|
|
|
|||
Loading…
Reference in New Issue