-
The current implementation of the `lychrel_test` function repeatedly converts numbers to strings for checking if a number is a palindrome and for reversing the digits. These conversions can slow down …
-
The installer fails on installations with a non integer version number (eg. 21.3)
The key error lines are:
```
main: line 252: [[: 21.3: syntax error: invalid arithmetic operator (error token i…
-
https://srfi.schemers.org/srfi-151/srfi-151.html
We need to create two new library to add bitwise support.
There are already logand, logor available in S7 Scheme, and adding srfi-151 support cou…
-
```fortran
program main
integer, parameter :: i1 = huge(1_8)
print *, i1
end
```
```console
$ gfortran a.f90 && ./a.out
a.f90:2:30:
2 | integer, parameter :: i1 = huge(1_8)
…
-
As a simpler alternative to #30209, I propose that we add a new set of integer types that panic on overflow.
First a quick summary of some other languages, to the best of my knowledge:
- C and C…
-
In this issue I define arithmetic error as an computation that does not yield the same result that it would purely from a mathematical point of view (like underflow, overflow) or a computation that yi…
-
The following SMT 2 file seems to cause the solver to get stuck at expression rewriting? (I'm not 100% sure what the problem is...)
``` smt2
(declare-const v2 Int)
(declare-const v3 Int)
(declar…
-
-
Right now, Venture's arithmetic casts all its arguments to (floating-point) numbers, regardless of whether the operation can be performed in fixed point. This is unexpected and disappointing.
An ins…
-
Hi,
I don't know anything ML... but I've been using Tract as part of a benchmark suite to look at WebAssembly performance. Today I've tried running quantized models, but I got an error:
`Transla…