aboutsummaryrefslogtreecommitdiffstats
path: root/zahl.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix bugs and add a randomised testingMattias Andrée2016-03-051-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Clean up, add zerror and zperror, fix bugs and add more testsMattias Andrée2016-03-041-0/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add makefile and fix errorsMattias Andrée2016-03-041-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add zbsetMattias Andrée2016-03-031-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add new functions: zpowu and zmodpowuMattias Andrée2016-03-031-0/+2
| | | | 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-031-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* zahl.h: fix working mishapp for zptestMattias Andrée2016-03-021-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add zand, zor, zxor, znot, zbtest, zsplit, and the newly introduced ztruncMattias Andrée2016-03-021-0/+1
| | | | 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-021-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add typedef zahl_char_t for internal useMattias Andrée2016-03-011-1/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add zahl.hMattias Andrée2016-03-011-0/+129
Signed-off-by: Mattias Andrée <maandree@kth.se>