aboutsummaryrefslogtreecommitdiffstats
path: root/man (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zdiv.3: rationale for truncated divisionMattias Andrée2016-05-011-0/+8
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* zptest.3: why it is called NONPRIME rather than COMPOSITEMattias Andrée2016-05-011-1/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add refsheetMattias Andrée2016-04-291-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix typo, thank you NevenMattias Andrée2016-04-271-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* zinit.3: document `struct zahl`Mattias Andrée2016-04-271-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* zstr: add new parameter, n: the known limit out the length of the outputMattias Andrée2016-04-271-1/+17
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* zstr_length.3: add missing blank spaceMattias Andrée2016-04-261-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Zahl[en] is spelled with upper case ZMattias Andrée2016-04-241-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* zrand: add DEFAULT_RANDOM and FASTEST_RANDOMMattias Andrée2016-03-251-0/+23
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* zrand: add MODUNIFORM and add tests for QUASIUNIFORM and MODUNIFORMMattias Andrée2016-03-251-0/+19
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add note on performance of commutative functions with assignment to operandMattias Andrée2016-03-161-0/+15
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Mostly optimisationsMattias Andrée2016-03-144-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Multiple changes:Mattias Andrée2016-03-131-0/+43
| | | | | | | | | | | | | | | | 1) Compile test with -O0, it takes too long otherwise. 2) Add error codes: ZERROR_0_POW_0, ZERROR_0_DIV_0, ZERROR_DIV_0, ZERROR_NEGATIVE. 3) Add workaround for a bug in clang (src/allocator.c). 4) Cleanups. 5) Minor optimisations. 6) Add inclusion guard for zahl.h. Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add memory pool, also let the user know that libzahl is not designed for cryptographyMattias Andrée2016-03-051-0/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix bugs and add a randomised testingMattias Andrée2016-03-051-1/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* More detailed description of division and modulusMattias Andrée2016-03-057-4/+35
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Clean up, add zerror and zperror, fix bugs and add more testsMattias Andrée2016-03-043-1/+65
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add zptestMattias Andrée2016-03-031-0/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add zbsetMattias Andrée2016-03-0310-0/+48
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add new functions: zpowu and zmodpowuMattias Andrée2016-03-034-0/+89
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add zabs, zadd, zdiv, zmod, zmodmul, zmodpow, zneg, zpow, zsub, and the newly introduced zmodsqrMattias Andrée2016-03-033-1/+48
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* znot man page: notes on representation and tendness toward zeroMattias Andrée2016-03-021-0/+18
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add zand, zor, zxor, znot, zbtest, zsplit, and the newly introduced ztruncMattias Andrée2016-03-025-1/+44
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add zsets and zstrMattias Andrée2016-03-021-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Since zstr_length is a generalisation of zbits, add reference to each other in the man pagesMattias Andrée2016-03-022-2/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* zstr_length_positive is safe for non-positive, hence rename to zstr_length; and add zstr_lengthMattias Andrée2016-03-023-29/+25
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Why zbits returns 1 for 0Mattias Andrée2016-03-021-0/+8
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Man pages: rationale for non-essential arithmetic functionsMattias Andrée2016-03-015-0/+19
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add more man pagesMattias Andrée2016-03-0118-6/+476
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add more man pagesMattias Andrée2016-03-0120-1/+649
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add a number of man pagesMattias Andrée2016-02-2918-0/+584
Signed-off-by: Mattias Andrée <maandree@kth.se>