-
The INI file doesn't match any convention I recognise and is quite hard to read. There are better config handlers that do the parsing and loading for free. Here is an example TOML config file that I w…
-
```lean
open foo as bar (a b c) hiding d e renaming f->g
```
Lean 4 supports the `(...)` explicits, `hiding` and `renaming` each individually, but not in conjunction, and the `as bar` part is not s…
-
This is a feature request with a suggestion for working code.
The special functions `scipy.special.polygamma(1,z)` [trigamma ψ₁(*z*)] and `scipy.special.polygamma(2,z)` [tetragamma ψ₂(*z*)] do not …
-
```
Try playing with the example at http://docs.sympy.org/tutorial/tutorial/simplification.html#example-continued-fractions , particularly the part at the very bottom. The frac object prints as one t…
-
## Description
We’ll-formed (musical) scales lie on the intersection of a number of interesting topics, including group theory, continued fractions, and Christoffel words. Such scales have been shown…
-
I know Frege is not supposed to be the same as Haskell, but I urge you to reconsider treating numeric literals so differently, for purely practical reasons. It seems to me that the way Frege handles t…
-
http://en.wikipedia.org/wiki/Continued_fraction#Best_rational_approximations
-
This project needs a version road map system.
Software Versioning Policy: Semantic Versioning, http://semver.org/
-
Similar to how Wolfram Alpha does it,
1.12341234… => 11233/9999
1.1… => 10/9
A small but useful feature.
-
Huge precision is needed to compute **arb_hypgeom_beta_lower(a, b, x, 1)** for medium a and b. For large a and b computation is not possible.
To compute arb_hypgeom_beta_lower(10^5, 10^5, 4999/1000…