-
The class `ContinuedFractionField` is documented as being deprecated (see #14567) but it doesn't actually raise any warnings when used.
Component: **misc**
Author: **Jeroen Demeyer**
Branch/Commi…
-
hi,
way older versions of soundscrape used to download one song right after the other. at some point in time this changed, and in my setup download pauses for a long time (tens of minutes) after down…
-
Trying to build a new blank `yesod-postgres` project on a fresh Ubuntu install, but it fails.
## Steps to reproduce
```
sudo apt-get update
sudo apt-get install -y build-essential curl
curl h…
jezen updated
7 years ago
-
All these should return the same value:
```
sage: RealField(53, rnd="RNDD")(continued_fraction(-1/2))
-0.500000000000001
sage: RealField(53, rnd="RNDU")(continued_fraction(-1/2))
-0.499999999999999…
-
As reported in #14567, `continued_fraction` fails for real literals
```
sage: continued_fraction_list(1.575709393346379)
Error in lines 1-1
Traceback (most recent call last):
...
ValueError: does n…
-
```
sage: unicode_art(continued_fraction(pi))
1
3 + ────────────────────────────────────────────────────
1 …
-
We let .value() for continued fractions return a real lazy field element when there is no other possibilities. For example
```
sage: cf = continued_fraction(words.ThueMorseWord([1,2]))
sage: cf
[1;…
-
Hey @jowr, the mixtures are getting to a point that I think it would be logical to think about the API. I have most of the core code working (though there are still plenty of problems to resolve). I…
ibell updated
9 years ago
-
As of latest commit (1d929d6ce7b5426b2ad3d0f56bf559d7e717f099 at the time of writing), opening the 'Open project' dialog causes playback to stop. This does not happen when the 'Save project' or other…
-
This seems to me to be a bug.
```
julia> pi < pi
ERROR: < not defined for MathConst{:π}
in < at promotion.jl:199
```
It can be fixed as follows, but this does not seem like a very good idea:
```
…