aboutsummaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-05-01refsheet: remove draft modeMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-01refsheet: random numbers => randomnessMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-01refsheet: group title style consistencyMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-01refsheet: a <- sgn b: use ~ between sgn and bMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-01refsheet: simplify, exdent tables 2ex instead of 0.8em, and per Marc's suggestion, use microtypeMattias Andrée1-52/+49
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-01refsheet: correct definition of zbitsMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-01refsheet: there is no good way to symbolise rounding toward zero, so do not use rounding symbols at allMattias Andrée1-4/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-01refsheet: zperror's param may be empty, which is treated especiallyMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-01refsheet: style consistenceMattias Andrée1-4/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-01refsheet: use \hspace* to indentMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-01refsheet: functions usually return void, paremeters are usually z_t (removes typo)Mattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-01refsheet: zgcd: a < 0 also if b < 0 and c == 0 or c < 0 and b == 0, so just if, not iffMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-01Clean up refsheetMattias Andrée1-99/+117
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-01refsheet: tweak vspace and align the table with the title using hspaceMattias Andrée1-2/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-01Fix Underfull \hbox in the refsheetPetr Vaněk1-3/+2
The macro \\ should not be used when an empty line follows.
2016-04-30Fix zrand comment in refsheetMattias Andrée1-1/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-04-29Some optimisations, fix refsheet, and disable const/pure attributes in gmp in benchmarkMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-04-29refsheet: fix type of second parameter for zseti, zsetu, zcmpi, and zcmpuMattias Andrée1-4/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-04-29Use bold, not blackboard boldMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-04-29Add refsheetMattias Andrée1-0/+137
Signed-off-by: Mattias Andrée <maandree@kth.se>