missing el_div and el_ldiv operators for integer types
David Bateman
adb014 at gmail.com
Fri Mar 21 19:36:38 CDT 2008
David Bateman wrote:
> It appears that
>
> int8(1) ./ int8([1, 0])
> int8([1,0]) .\ int8(1)
> int8([1,0]) .\ int8([1,1])
> int8([1,0]) ./ [1,0]
>
> all result in missing operators when they shouldn't.. The attached patch
> addresses this.. There are perhaps other issues with missing integer
> operators that we haven't found yet however, and so perhaps some test
> code is in order..
>
> D.
>
Opps, I accidentally did it in two changesets.. You need both the
previous changeset and the attached one.
D.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch7784
Url: https://www.cae.wisc.edu/pipermail/bug-octave/attachments/20080322/e2bc964c/attachment.ksh
More information about the Bug-octave
mailing list