-
The following should give an error.
```
9^39847329847328947289472894732984
```
Instead, we get
```
/opt/homebrew/bin/M2-binary: fatal: integer exponent too large
```
and this stops the progr…
-
Hi all,
Several years ago @DanGrayson showed me how to compile M2 so that it certain commands don't crash with a complaint about memory, even when there is a great deal of memory available (is this…
-
```sh
gmake -C ../editors highlightjs/highlight.js
gmake[4]: Entering directory '/Users/dan/src/M2/M2.git/M2/BUILD/dan/builds.tmp/gallium-development/Macaulay2/editors'
warning: html docs will not …
-
Is there an easy fix for adjusting the (missing) indentation of the line of exponents below?
![sageM2formaterr](https://user-images.githubusercontent.com/23010769/149794880-de044d1b-1b11-47c4-bda9-…
-
```
% uname -ar
Darwin higepon-mbp2021.local 21.5.0 Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:37 PDT 2022; root:xnu-8020.121.3~4/RELEASE_ARM64_T6000 arm64
```
Attached my incomplete work f…
-
The goal of this ticket is to import the `TikzPicture` module from the optional SageMath package [slabbe](https://pypi.org/project/slabbe/) into SageMath. This module has been created in 2016 and ha…
-
Here is the end of the log in a (failing) attempt to brew csdp
```
CMAKE_PREFIX_PATH: /opt/homebrew
CMAKE_INCLUDE_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Framewor…
-
Recently (maybe after #2109 was merged?), calling M2 with the `--srcdir` command line option stopped working.
### Before
This is on my Raspberry Pi, with Macaulay 1.17.2 installed, running from th…
-
The following line 20 in `aring-zzp-ffpack.hpp` is causing compilation issues in `aring-zzp-ffpack.cpp` for me on Gentoo, due to `givaro_bool_constant` not being defined
```c++
#define bool_constant…
-
UPSTREAM: https://www.singular.uni-kl.de:8005/trac/ticket/750
This works correctly:
```
sage: n=4;m=10;P = PolynomialRing(QQ,n*m,"x"); x = P.gens(); M = Matrix(n,x)
sage: M
[ x0 x1 x2 x3 x4 x…