• Title/Summary/Keyword: 소수의 진법변환

Search Result 2, Processing Time 0.016 seconds

Flaws in Excel when performing Base Conversion of Decimals (Excel을 활용한 소수의 진법변환 계산에서의 오류)

  • Kim, Tae Soo
    • KIISE Transactions on Computing Practices
    • /
    • v.22 no.11
    • /
    • pp.559-566
    • /
    • 2016
  • Excel is a commercially available computer program that is used worldwide. Excel is widely utilized; it is helpful in household ledgers, corporate tax calculations, management of academic grades or reports, etc. However from the beginning, inaccuracies and errors in calculations have constantly been identified, so the program is updated regularly. Decimal-to-binary conversion is a simple and repetitive task. So, use of a computer program to do this calculation is suitable. Errors in decimal-to-binary conversion are surprising and are not easily understood. Therefore, it is important to identify the flaws in Excel, which unfortunately still exist today. It is necessary to determine the cause of this type of error, and I hope for a fix to be implemented quickly.

Modular Exponentiation by m-Numeral System (m-진법 모듈러 지수연산)

  • Lee, Sang-Un
    • The KIPS Transactions:PartC
    • /
    • v.18C no.1
    • /
    • pp.1-6
    • /
    • 2011
  • The performance and practicality of cryptosystem for encryption, decryption, and primality test is primarily determined by the implementation efficiency of the modular exponentiation of $a^b$(mod n). To compute $a^b$(mod n), the standard binary squaring still seems to be the best choice. But, the d-ary, (d=2,3,4,5,6) method is more efficient in large b bits. This paper suggests m-numeral system modular exponentiation. This method can be apply to$b{\equiv}0$(mod m), $2{\leq}m{\leq}16$. And, also suggests the another method that is exit the algorithm in the case of the result is 1 or a.