diff options
Diffstat (limited to 'src/algebra/plot.spad.pamphlet')
-rw-r--r-- | src/algebra/plot.spad.pamphlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/plot.spad.pamphlet b/src/algebra/plot.spad.pamphlet index ea92ae66..01877c29 100644 --- a/src/algebra/plot.spad.pamphlet +++ b/src/algebra/plot.spad.pamphlet @@ -260,7 +260,7 @@ Plot(): Exports == Implementation where NUMFUNEVALS := NUMFUNEVALS + 1 t := c := reverse_! c; p := q := reverse_! q s := (h-l)/(minPoints()::F-1) - if (first t) ^= l then + if (first t) ~= l then t := c := concat(l,c) p := q := concat(f l,p) NUMFUNEVALS := NUMFUNEVALS + 1 |