-
The following happens in the master branch as well as in released versions of GAP.
```
gap> a:= Indeterminate( Cyclotomics, "a" );;
gap> b:= Indeterminate( Cyclotomics, "b" );;
gap> m:= a^-1 * b…
-
I have this example code:
```cpp
module math:numbers.detail;
import std;
import math.ops;
import math.symbols;
import :numbers.naturals;
import :numbers.integers;
import :numbers.rationa…
-
Build from 6bcb74ac6fb331f9677cdc98c5b0b9f92246d6a7 with SBCL 2.4.10:
```
; wrote /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_lisp_cl-cookie/cl-cookie/work/.home/.cache/common-lisp/sbcl…
-
Steep can't deal with arithmetic operators when both operands are union types of standard numbers.
This can easily be seen with code like this:
```ruby
class Test
def mul(value, other)
va…
-
Hello guys,
I have come across an intriguing issue while using my `Rational` Quark (https://github.com/smoge/Rational) type for fraction arithmetic. For example, trying to multiply two `Rational` n…
smoge updated
3 months ago
-
It's been pointed out several times that floats can't properly represent decimal fractions and that the resulting rounding problems cause annoyances in the RFTools Spawner. For example, #1146 and #946…
-
`ToPolynomial` and `FactArg` can't be used in the same module because of the mutual exclusion of `ConvertToPoly` and `LocalConvertToPoly`. (I think this restriction is not needed with the sequential F…
tueda updated
6 months ago
-
This is disgusting:
```
> EVAL ``3/4
mn200 updated
3 years ago
-
Spawned from #3093
```
`imPDRC` exposes ill-typed expressions!
- Inferred type `Boolean` does not match expected type `Rational`
- Associative arithmetic operation expects all operands to b…
-
I'm converting everything to Kotlin because I was having too many problems with Null Pointer Exception with Java. #1 is the current list of what has to be done for now.
While is everything being refa…