-
Antony's [checkmm-ts](https://github.com/Antony74/checkmm-ts) verifies set.mm [in around 8s](https://groups.google.com/g/metamath/c/mFrNOFa7n8c/m/QKgxJ5LBDwAJ).
We could add it to set.mm's CI and i…
tirix updated
2 years ago
-
The new correctly rounded divide test for half precision, located in binary_operator_half.cpp is using an fptr for its reference function and computing the reference like this:
s[j] = HTF(p…
-
Rewriting on an hypothesis that is defined earlier than the equality to rewrite is cumbersome.
```
require open Stdlib.Set Stdlib.Prop Stdlib.Eq Stdlib.Nat;
symbol test_rew_hyp (a b : ℕ) f : π …
-
Similar to [CoqGym](https://github.com/princeton-vl/CoqGym)?
-
Leave comments for MWPLS practice talks here.
-
See title. The second one is saved twice. This is caused by the `\write` portion of `makethm`, which only writes at the end of the page. So if two theorems are defined on the same page, the second's o…
-
I was hitting an error which is caused by `Elem::contains_point` function. The mesh I was using contains a HEX 3D element, from which I build a side element in type of QUAD4. The four vertices of this…
-
### Bug Description
When pasting the link below, autolinking doesn't work on Signal for Desktop om MacOS Sonoma. I strongly suspect that this is due to the link path having the Swedish characters…
-
_From [rage...@gmail.com](https://code.google.com/u/102895947197065323718/) on June 18, 2014 14:23:17_
Suppose one has the following Verilog statements:
assign a[63:0] = q[63:0] + r[63:0];
assign a_…
-
Hi,
I would like to use this library for one of my developments. I am interested by the tree induction principle that you introduced in one of your email on the Coq mailing list, and then in Krusk…