aboutsummaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Some small changes and additions to the manualMattias Andrée2016-05-091-9/+15
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Some commentsMattias Andrée2016-05-092-8/+36
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Manual: add section: Create an integerMattias Andrée2016-05-091-0/+66
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Small improvements to the manualMattias Andrée2016-05-093-11/+12
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Remove my name and e-mail from the front pageMattias Andrée2016-05-091-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Corrects to the manual, found by MarcMattias Andrée2016-05-093-26/+32
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix typoMattias Andrée2016-05-091-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* manual: add a missing \noindentMattias Andrée2016-05-091-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* manual: initialisation and errorsMattias Andrée2016-05-093-1/+173
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* gmp has be compiled without glibc is you want to use another libc in your programMattias Andrée2016-05-091-4/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Start on a manualMattias Andrée2016-05-093-0/+517
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix small error in refsheetMattias Andrée2016-05-081-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* refsheet: remove draft modeMattias Andrée2016-05-011-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* refsheet: random numbers => randomnessMattias Andrée2016-05-011-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* refsheet: group title style consistencyMattias Andrée2016-05-011-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* refsheet: a <- sgn b: use ~ between sgn and bMattias Andrée2016-05-011-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* refsheet: simplify, exdent tables 2ex instead of 0.8em, and per Marc's suggestion, use microtypeMattias Andrée2016-05-011-52/+49
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* refsheet: correct definition of zbitsMattias Andrée2016-05-011-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* refsheet: there is no good way to symbolise rounding toward zero, so do not use rounding symbols at allMattias Andrée2016-05-011-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* refsheet: zperror's param may be empty, which is treated especiallyMattias Andrée2016-05-011-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* refsheet: style consistenceMattias Andrée2016-05-011-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* refsheet: use \hspace* to indentMattias Andrée2016-05-011-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* refsheet: functions usually return void, paremeters are usually z_t (removes typo)Mattias Andrée2016-05-011-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* refsheet: zgcd: a < 0 also if b < 0 and c == 0 or c < 0 and b == 0, so just if, not iffMattias Andrée2016-05-011-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Clean up refsheetMattias Andrée2016-05-011-99/+117
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* refsheet: tweak vspace and align the table with the title using hspaceMattias Andrée2016-05-011-2/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix Underfull \hbox in the refsheetPetr Vaněk2016-05-011-3/+2
| | | | The macro \\ should not be used when an empty line follows.
* Fix zrand comment in refsheetMattias Andrée2016-04-301-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Some optimisations, fix refsheet, and disable const/pure attributes in gmp in benchmarkMattias Andrée2016-04-291-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* refsheet: fix type of second parameter for zseti, zsetu, zcmpi, and zcmpuMattias Andrée2016-04-291-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Use bold, not blackboard boldMattias Andrée2016-04-291-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add refsheetMattias Andrée2016-04-291-0/+137
Signed-off-by: Mattias Andrée <maandree@kth.se>