search for: real_binary

Displaying 2 results from an estimated 2 matches for "real_binary".

Did you mean: read_binary
2006 Jan 30
2
[R] Integer bit size and the modulus operator (PR#8541)
On 1/30/2006 1:39 PM, Ionut Florescu wrote: > Thank you for the quick reply, I will look into the R packages. > For crashing R try this: > > generator.zp=function(x,p) > {a=1:(p-1); b=x^a%%p; > if(all(b[1:(p-2)]!=1)&&(b[p-1]==1)){return(x, " Good ")} > else{return(x, " No Good, try another integer ")} > } Thanks, I can reproduce the crash using
2001 Feb 17
4
Comments on R-1.2.1 builds (PR#851)
...cc-1185 c89: WARNING File = arithmetic.c, Line = 505 An enumerated type is mixed with another type. x = complex_binary(PRIMVAL(op), x, y); ^ cc-1185 c89: WARNING File = arithmetic.c, Line = 511 An enumerated type is mixed with another type. x = real_binary(PRIMVAL(op), x, y); ^ cc-1185 c89: WARNING File = arithmetic.c, Line = 514 An enumerated type is mixed with another type. x = integer_binary(PRIMVAL(op), x, y); ^ cc-1185 c89: WARNING File = arithmetic.c, Line = 553 An en...