summaryrefslogtreecommitdiffstats
path: root/arith.h
Commit message (Expand)AuthorAgeFilesLines
* New function: bignum-len.Kaz Kylheku2018-03-061-0/+1
* Copyright year bump 2018.Kaz Kylheku2018-02-151-1/+1
* New functions for polynomial evaluation.Kaz Kylheku2017-09-051-0/+2
* New function: inverse of cumulative normal dist.Kaz Kylheku2017-08-311-0/+1
* New divides function.Kaz Kylheku2017-08-071-0/+1
* New functions digpow and digits.Kaz Kylheku2017-08-051-0/+3
* Handle returns of MPI functions that return MP_TOOBIG.Kaz Kylheku2017-06-181-0/+1
* bits: external linkage.Kaz Kylheku2017-05-241-0/+1
* Buffers implementation, part three: get functions.Kaz Kylheku2017-04-211-0/+1
* Rename c_uint_ptr_num; introduce cunum typedef.Kaz Kylheku2017-04-211-1/+1
* Bump copyright year to 2017.Kaz Kylheku2017-01-231-1/+1
* 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