missing el_div and el_ldiv operators for integer types

David Bateman adb014 at gmail.com
Fri Mar 21 19:33:26 CDT 2008


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.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch7785
Url: https://www.cae.wisc.edu/pipermail/bug-octave/attachments/20080322/eb41f0bb/attachment-0001.ksh 


More information about the Bug-octave mailing list