summaryrefslogtreecommitdiffstats
path: root/arith.h
Commit message (Expand)AuthorAgeFilesLines
* Synchronize license comments with LICENSE.Kaz Kylheku2016-10-011-16/+17
* New functions: tofloatz and tointz.Kaz Kylheku2016-09-241-0/+2
* New --free-all option for freeing memory on exit.Kaz Kylheku2016-06-071-0/+1
* Functions for converting between buffers and integers.Kaz Kylheku2016-02-261-0/+2
* New random-state-get-vec function.Kaz Kylheku2016-01-181-0/+2
* Copyright year bump.Kaz Kylheku2015-12-311-1/+1
* Update copyright notices from 2014 to 2015.Kaz Kylheku2015-02-011-1/+1
* * arith.c (width): New function.Kaz Kylheku2015-01-271-0/+1
* * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c,Kaz Kylheku2014-07-231-16/+16
* * arith.c (tofloat, toint): New functions.Kaz Kylheku2014-03-191-0/+2
* * arith.c (rising_product): New static function.Kaz Kylheku2014-01-111-0/+2
* * arith.c (to_float): Print function name as ~a rather than ~s,Kaz Kylheku2014-01-111-0/+1
* Bumping copyrights to 2014 and expressing them as year ranges.Kaz Kylheku2013-12-101-1/+1
* * arith.c (bignum_from_long): New function.Kaz Kylheku2012-10-011-0/+1
* * arith.c (INT_PTR_MAX_MP): New static variable.Kaz Kylheku2012-04-101-0/+1
* * arith.c (bignum): Previously static function now exposed as external.Kaz Kylheku2012-04-081-0/+1
* * arith.c: Updated copyright year.Kaz Kylheku2012-02-251-1/+1
* * arith.c (highest_bit): Changing to external linkage.Kaz Kylheku2011-12-231-0/+1
* * arith.c (normalize): Linkage changed to extern.Kaz Kylheku2011-12-211-0/+1
* Bignum support, here we go!Kaz Kylheku2011-12-091-0/+28