Number Formats: The Representation of Large Numbers in C
暂无分享,去创建一个
One of the first steps in creating a function library for calculating with large numbers is to determine how large numbers are to represented in the computer’s main memory. It is necessary to plan carefully, since decisions made at this point will be difficult to revise at a later time. Changes to the internal structure of a software library are always possible, but the user interface should be kept as stable as possible in the sense of “upward compatibility.”