[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r2605] by oldk1331

Reformat comments in src/hyper/lex.c

2019-12-31 03:15:49 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
[r2603] by whebisch

Remove debugging printout

2019-11-23 15:54:21 Tree
[r2602] by hemmecke

rename axiom to fricas in code and documentation

AXIOM env variable --> FRICAS
AXIOMEDITOR --> FRICASEDITOR
AXIOMsys --> FRICASsys
axiom-wiki --> fricas-wiki
axiom --> fricas in message file s2-us.msgs
axiom-xl --> aldor
A# --> Aldor

The following changes require a newer Aldor compiler.
At least 13e5b90eecc79ec6704efb333c4c100187520e80 from 30-Jul-2019.
Before that the name libfricas was not treated correctly by Aldor.
libaxiom.al --> libfricas.al
axiom.as --> fricas.as

2019-11-18 20:22:47 Tree
[r2601] by cerambyx

src/algebra/distro.spad: Typo in documentation

2019-08-29 08:19:41 Tree
[r2600] by cerambyx

Remove unwanted documentation, add two new convolutions in DISTRO

2019-08-18 18:34:01 Tree
[r2599] by oldk1331

Misc cleanup in MRING

2019-07-29 13:09:32 Tree
[r2598] by oldk1331

Optimize '*' in MRING

2019-07-29 13:07:27 Tree
[r2597] by oldk1331

Misc cleanup

2019-07-29 12:59:09 Tree
[r2596] by oldk1331

Make PI has OrderedMonoid

2019-07-29 12:52:15 Tree
Older >