 |
 |
 |
 |
 |
 |
 |
 |
 The Mathematica Programmer: Long Integers: Basic Arithmetic and Data Types
 |
 |
 |
 |
 |
 |

Organization: | Wolfram Research, Inc. |
Department: | Kernel Technology |
 |
 |
 |
 |
 |
 |

 |
 |
 |
 |
 |
 |
 Long-integer arithmetic is a fundamental part of symbolic computation. This article introduces the fundamentals of long-integer calculations by implementing a prototype system in Mathematica. Our code is strictly procedural and could be translated into C or assembler easily. The tools needed are arrays that behave like arrays in procedural languages, as well as tools for software testing and debugging.
 |
 |
 |
 |
 |
 |

 |
 |
 |
 |
 |
 |

 |
 |
 |
 |
 |
 |
 http://www.mathematica-journal.com/issue/v6i2/columns/maeder/maeder62.pdf
 |
 |