Displaying 1 result from an estimated 1 matches for "ifloresc".
Did you mean:
flores
2006 Jan 30
4
Integer bit size and the modulus operator
I am a statistician and I come up to an interesting problem in
cryptography. I would like to use R since there are some statistical
procedures that I need to use.
However, I run into a problem when using the modulus operator %%.
I am using R 2.2.1 and when I calculate modulus for large numbers (that
I need with my problem) R gives me warnings. For instance if one does:
a=1:40;
8^a %% 41
one