-
I want to inform you of a concept called _partially-sampled random numbers_ (PSRNs), which represent random numbers of an arbitrary precision, but whose contents are sampled only as necessary. PSRNs a…
-
I propose that we add a rational type to either the stdlib or the core data types, replacing floating-point numbers in many cases.
# Rationals can complete integers without requiring lossy floa…
-
Hi, minor bug to report regarding the MPU configuration in armv7-m:
The cortex-M7 MPU supports configuring regions up to 4GB in size (_see ARMv7-M Arch. Reference Manual, System Address Map :: B3.5…
-
In rakudo 1 undef was doing the right thing while undef 1 was failing. The first case works because integer.pmc has a multi cmp_num for undef and the VTABLE_get_integer(INTERP, value) call on the F…
-
Currently, `QuotientRing_generic` has no method `random_element()`, thus the one of the class `Ring` is used, and only integers coerced into the `QuotientRing` are returned.
I add such a method, m…
-
The parent of the inverse of a Laurent polynomial can be three different things
```
sage: R. = LaurentPolynomialRing(ZZ)
sage: parent(~x)
Univariate Laurent Polynomial Ring in x over Integer Ring
s…
-
You can see one approach implemented for 64 bit integers using highway here: https://gcc.godbolt.org/z/YWx3vaTET
This needs the `MulEven`/VPMULUDQ instruction.
The function multiplies two vectors …
-
Hi, thanks for your excellent work to improve the scalability and performance of HLS, which is very helpful for hardware accelerator development.
After looking through your paper and code, I am won…
-
Should we define numbers and there various notation schemes? (Mathematical operators?)
It might also make sense to define null as being roughly analogous to JavaScript's null and a good initial val…
-
We need to make a JUnit test for the Node Class. Information is below.
- A Node provides a generic node for a linked list. Each node
- contains a piece of data (which is a reference to an E object)…