-
If you take a BigInt and raise it to a negative power, the answer will always be in the range between -1 and 1 (exclusive), which would round to zero if we take division-like semantics. I see a couple…
-
These would be useful for alpha_s extraction studies.
Pdf sets are
322500 | NNPDF31_nnlo_as_0108
322700 | NNPDF31_nnlo_as_0110
322900 | NNPDF31_nnlo_as_0112
323100 | NNPDF31_nnlo_as_0114
32…
-
*Part of the list of things I want to work on before tagging a release, as mentioned in #2. Comments welcome.*
Monies can have different scales: for example USD uses 2 decimals by default, but some…
-
```ceylon
import ceylon.json {
JsonObject,
parse
}
shared void jsonTest() {
value json = "{ \"x\": 10.0, \"y\": 10 }";
value o = parse(json);
assert (is JsonObject o );
…
-
Hi, this is little weird:
```
>>> a=S("2.1")
>>> b=Rational("2.1")
>>> N(a, 100)
2.100000000000000088817841970012523233890533447265625000000000000000000000000000000000000000000000000
>>> N(b, 100)
2.…
latot updated
7 years ago
-
See http://stackoverflow.com/questions/41985718/why-the-values-are-not-correctly-iterated-using-range-arrays/41986875#41986875.
Example:
```jl
julia> a, s, b = 3*0.05, 0.05, 4*0.05
(0.15000000…
-
Should `
-
I've made printing floats a lot faster, 1.2-6.37x faster depending on the platform and the float. https://github.com/will/fp
Before showing up with a large patch out of the blue, I wanted to check …
-
I just created the following files within the modules folder:
uasyncio / __init__.py
core.py
queues.py
collections / deque.py
When I then run my code …
-
Audio is a major missing feature in Pixel. The time has come to fix this. This issue serves as a design and implementation discussion place as well as progress reporting place.
## Requirements
H…