-
Maybe a bit obscure but still a bug:
```
sage: SR(2).power(SR(QQbar(3).sqrt() + QQbar(2).sqrt()), hold=True)
2^3.146264369941973?
sage: _.n()
...
TypeError: no canonical coercion from Algebraic Fie…
-
Add highlighting for the following items:
- [ ] utilities
- [x] type support
- [ ] dynamic memory management
- just finished std::weak_ptr
- [ ] error handling
- [ ] program utilities
- …
-
Referencing [cddlib/cddlib#numerical-problems](https://github.com/cddlib/cddlib#numerical-problems) and https://github.com/JuliaPolyhedra/CDDLib.jl/issues/47.
https://github.com/cddlib/cddlib/blob/47…
-
For any subset of the real numbers we change the modulo operator to be
x%y is the unique x' between [0,y) of the form x + ny with n integer
The main reason for the shift are the following incohe…
-
Currently RationalTime is represented as a float value and a float rate. Unfortunately there are cases where floating point arithmetic leads to precision issues, rounding and undesirable drift.
Som…
-
[جعبه ابزار](https://www.kifabzar.com/category/243/%D8%AC%D8%B9%D8%A8%D9%87-%D8%A7%D8%A8%D8%B2%D8%A7%D8%B1)
[جعبه ابزار پلاستیکی](https://www.kifabzar.com/category/281/%D8%AC%D8%B9%D8%A8%D9%87-%D8%A7…
-
-
Consider the following expression (on current CPO): `image-pinhole-x(point-polygon([list: point(0, 0), point(2.5, 0), point(32, 0)], "solid", "red"))`. It will evaluate to `11.5` -- but it's a broken…
-
I was trying to use `(expt (asarray '(1 2)) 2)`. But that doesn't seem to work.
In fact, from the [CLHS](http://www.lispworks.com/documentation/HyperSpec/Body/c_number.htm), we have (double-check i…
-
# Abstract
Fundamental idea is to add new dedicated instructions for saturating arithmetic for all basic types (single input / single output) to prevent each module invent their own saturated logic…