I haven’t found any specific links on the net that explain what exactly modulo 64 is. I’m no programmer but came across this while studying a 3GPP2 CDMA2000 standard.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A modulo is the remainder of division of one number by another. So, a modulo 64 of a number is the remainder of this number divided by 64. For instance, the modulo 64 of 65 is 1, as when you divide 65 by 64, the remainder is 1.