Home | History | Annotate | Download | only in libtommath

Lines Matching defs:Multiple

86 release the textbook ``Implementing Multiple Precision Arithmetic'' has been placed in the public domain with every new
248 source code is also accessible for computer science students attempting to learn ``BigNum'' or multiple precision
334 The basic ``multiple precision integer'' type is known as the ``mp\_int'' within LibTomMath. This data type is used to
440 \subsection{Multiple Initializations}
454 are available for use. A complementary mp\_clear\_multi() function allows multiple mp\_int variables to be free'd
1792 \section{Least Common Multiple}
1797 This will compute the least common multiple of $a$ and $b$ and store it in $c$.