summaryrefslogtreecommitdiffstats
path: root/arith.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year bump 2021.Kaz Kylheku2021-01-141-1/+1
* int-flo: bugfix on 64 bitKaz Kylheku2020-12-221-2/+9
* Change noreturn to NORETURN.Kaz Kylheku2020-08-071-7/+7
* c_num: now takes self argument.Kaz Kylheku2020-06-291-10/+13
* Remove unnecessary #include directives.Kaz Kylheku2020-04-221-1/+0
* Reduce consing in /= function.Kaz Kylheku2020-04-211-10/+25
* Extending =, <, >, <= and >= to work on sequences.Kaz Kylheku2020-04-211-9/+95
* warning cleanup: remove unused parameters.Kaz Kylheku2020-04-051-1/+1
* Copyright year bump 2020.Kaz Kylheku2019-12-311-1/+1
* Add hyperbolic functions: sinh, cosh, and others.Kaz Kylheku2019-12-071-0/+98
* digits/digpow: recycle temporary conses.Kaz Kylheku2019-09-071-2/+3
* digits/digpow: wrong results for radix powers.Kaz Kylheku2019-09-061-1/+1
* digits/digpow: disallow base 1.Kaz Kylheku2019-09-061-1/+1
* ash: refactor in light of gc bug.Kaz Kylheku2019-06-191-24/+38
* ash: gc problem.Kaz Kylheku2019-06-191-0/+1
* logcount: crash in 64 bit build.Kaz Kylheku2019-06-181-1/+1
* New function: bitset.Kaz Kylheku2019-06-181-1/+63
* arith: INT_PTR_MIN overflow bugfix.Kaz Kylheku2019-06-031-1/+1
* arith: missing alloca.Kaz Kylheku2019-03-301-0/+1
* u-d-arithmetic: proper treatment of ceil & round.Kaz Kylheku2019-03-301-3/+21
* u-d-arithmetic: forgotten dispatch cases.Kaz Kylheku2019-03-301-0/+20
* Tests for user-defined arithmetic and fixes.Kaz Kylheku2019-03-301-29/+34
* New feature: user-defined math.Kaz Kylheku2019-03-301-135/+532
* plus: missing breaks.Kaz Kylheku2019-03-251-0/+2
* Move numeric functions from lib.c to arith.cKaz Kylheku2019-03-251-0/+445
* Register arithmetic functions in arith module.Kaz Kylheku2019-03-251-0/+49
* expt: handle negative integer exponents with integer bases.Kaz Kylheku2019-03-091-17/+53
* mpi/arith: optimize "highest bit" with GCC builtins.Kaz Kylheku2019-02-191-1/+7
* mul: add forgotten MPI error check.Kaz Kylheku2019-01-251-1/+4
* Extend infrastructure for double_intptr_t.Kaz Kylheku2019-01-251-0/+47
* Provide faster bignum-in-fixed-integer range tests in MPI.Kaz Kylheku2019-01-251-39/+2
* lib: revise wording of integer range errors.Kaz Kylheku2019-01-241-1/+2
* Fix some instances of 4 bytes = 32 bits assumption.Kaz Kylheku2019-01-231-5/+5
* sysif: use double-intptr function from arith.Kaz Kylheku2019-01-231-1/+1
* mpi: put access macros into mp_ namespaceKaz Kylheku2019-01-221-9/+9
* mpi: hardening; bug found.Kaz Kylheku2019-01-181-1/+3
* int-flo: take advantage of unsigned range.Kaz Kylheku2019-01-181-0/+3
* int-flo: fix always-false test.Kaz Kylheku2019-01-181-1/+1
* Copyright year bump 2019.Kaz Kylheku2019-01-161-1/+1
* New function: square.Kaz Kylheku2019-01-051-0/+53
* nzerop: new function.Kaz Kylheku2018-12-131-0/+22
* Use tnil instead of if2 in arithmetic predicates.Kaz Kylheku2018-12-131-9/+9
* plusp: wrong name in error message.Kaz Kylheku2018-12-131-1/+1
* Streamline logand and logior slightly.Kaz Kylheku2018-11-251-18/+4
* logxor: fix seriously broken function.Kaz Kylheku2018-11-251-0/+43
* compiler: use binary versions of common math functions.Kaz Kylheku2018-11-161-0/+11
* math: remove redundant type checks from NUM.Kaz Kylheku2018-11-161-118/+118
* type_check: take function name arg.Kaz Kylheku2018-11-071-1/+1
* math: improve error diagnosis.Kaz Kylheku2018-11-071-116/+191
* Hide deprecated, undocumented variables.Kaz Kylheku2018-10-301-6/+13