-
https://github.com/sympy/sympy/pull/25663 also broke the following code:
```python
> from sympy import FF, Integer
> K = FF(11)
> a = K(3)
> a == 3
True
> a == -8
True
# Currently (fl…
J08nY updated
3 months ago
-
I am wondering whether there are any uses of Wasm that depend on `NaN` value canonicalization.
For some time I thought that our `NaN` semantics are identical to ECMAScript, but it looks like [the l…
-
**Describe the bug**
I would like to use braces in my expressions to do some calculations. When using pipes this creates some issues.
**To Reproduce**
Try to use braces mixed with pipes like:
``…
-
units::unit c;
EXPECT_STREQ("m", units::abbreviation(c));
EXPECT_STREQ("meter", units::name(c));
EXPECT_STREQ("m", c.abbreviation());
EXPECT_STREQ("meter", c.name());
units.h:109:52: warni…
-
I'm curious about this tool, I used in the past "Lzz, The Lazy C++ Compiler (https://github.com/mjspncr/lzz3)" and just found your project indirectly through https://github.com/AthrunArthur/cxxparser…
-
# Bug report
### Bug description:
```python
>>> 50 - 5 * 6
>>> (50 - 5 * 6) / 4
```
![2024-10-02_15-26-58](https://github.com/user-attachments/assets/5293aefc-1d0f-41bd-a84d-558e94cf6655)
The docum…
-
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar.
### Version
+-------+---------+
|Version|BuildInfo |
+-------+…
-
Consider supporting explicit unit values (e.g. `Meter`, `Foot`). Currently `uom` stores everything as `Quantity` with an associated type for base units. This has a number of advantages but it also lim…
-
How do you prefer classes define math operations? Should the class be flexible in what input is allowed, or should we type hint separate methods? The Polynomial class type hints Polynomial::add(Polyno…
-
we are migrating code that uses lodash get to jsonata
(glossing over some details but) our end users today actually see our lodash get paths (they wind up stored in our database)
short of them l…