aboutsummaryrefslogtreecommitdiffstats
path: root/src/zsub.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up, add zerror and zperror, fix bugs and add more testsMattias Andrée2016-03-041-1/+1
| | | | 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>
* Cleanup and fix bug in ztruncMattias Andrée2016-03-031-12/+6
| | | | 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-0/+70
Signed-off-by: Mattias Andrée <maandree@kth.se>