[go: up one dir, main page]

Menu

/trunk/src/algebra Commit Log


Commit Date  
[r2622] by whebisch

Be more careful declaring nonontegrability

2020-02-28 14:41:01 Tree
[r2621] by whebisch

Fix display of derivative of gamma incomplete

2020-02-28 14:28:27 Tree
[r2620] by whebisch

Add expanders for Ei, Ci, Chi and dilog at 0

2020-02-21 12:41:00 Tree
[r2618] by hemmecke

generalize direct product

2020-02-16 18:09:30 Tree
[r2614] by whebisch

More reqular interface

2020-02-07 14:35:07 Tree
[r2613] by whebisch

Avoid division bu zero

2020-02-04 14:18:25 Tree
[r2612] by whebisch

Avoid overflow

2020-02-04 14:05:20 Tree
[r2609] by cerambyx

Fix bug in freeMultiplicativeConvolution

2020-01-28 17:20:45 Tree
[r2607] by whebisch

Minor cleanups

2020-01-09 15:45:05 Tree
[r2604] by hemmecke

bugfix representation optimization of IntegerMod

Before the patch, SingleInteger was also choosen as representation
for IntegerMod(p) if p was in the range m/2 < p <= m := max()$SingleInteger.

(1) -> I ==> SingleInteger
(2) -> p: I := max()$I - 123456

(2) 4611686018427264447
Type: SingleInteger
(3) -> a: I := p - 1

(3) 4611686018427264446
Type: SingleInteger
(4) -> a + a

>> System error:
The value
9223372036854528892
is not of type
FIXNUM

(4) -> addmod(a, a, p)

>> System error:
The value
9223372036854528892
is not of type
FIXNUM

2019-12-13 21:13:03 Tree
Older >