-
When I look at [this](https://github.com/JohannesBuchner/imagehash/blob/master/imagehash/__init__.py#L54-L86), all of the computations of ImageHash requires flattening out the hash. When I was profili…
-
If you want to become a reviewer for ReScience, please post your information here. The format is:
```
[name](github account link)
Scientific expertise - Language expertise
ORCID: [xxxx](http…
-
Umbrella bug for porting open source parallel benchmarks to compare with other architectures or evaluate tradeoffs. Many existing benchmarks may not be practical or appropriate, but may serve as a sta…
-
On x86_64, the SSE floating point control register (MXCSR) has two bits concerned with denormal floating point values. The purpose of these bits is to enable a mode that avoids slowdowns from calcula…
-
AMICI uses SymPy for symbolic computation and mathematical formulas from SBML files are converted to strings and loaded with `sympy.sympify`. This function does not produce a faithful representation o…
-
should float numbers be rounded up to 2 d.p??
![image.png](https://raw.githubusercontent.com/nus-cs2113-AY2324S2/pe/master/files/45b65005-1ccc-4520-9ce4-efebebe6a177.png)
[original: nus-cs2113…
-
> Resources
- https://en.wikipedia.org/wiki/Mathematics
- https://en.wikipedia.org/wiki/Pure_mathematics
Pure mathematics is the study of mathematical concepts independently of any applicat…
-
I'm converting from an H-rep to a V-rep using `cddexec --rep` with version `0.94m`. The result seems to be missing vertices
Here's an `.ine` file:
```
H-representation
begin
12 3 real
-0.5367…
-
> Currently it forces use of I64 in order to avoid overflow. However, I actually believe it should be possible to infer if I32 indexing will overflow based on grid size and require recompilation/alter…
-
I'm currently exploring implementing [Relational Floating-Point Arithmetic](https://www.cs.toronto.edu/~lczhang/sandre_float2021.pdf) on top of this module. Would this be welcome as an upstream contri…