-
I'm trying to calculate tomorrow's date.
The approach I'm taking is as follows:
adate = adafruit_datetime.date (2022, 03, 31)
delta = adafruit_datetime.timedelta(days=1)
bdate = adate + delta
I…
-
Hi, I'm trying to use hyp2f2 to calculate Voigt profiles integrals, and noticed the imaginary part of hyp2f2 yields weird variations for some input values. Running the code below may be more explicit:…
-
#31 raises a valid question but doesn't go far enough. :)
Trying to parse `Ezjsonm.from_string "1"` should not throw any errors at all, it should return `Float 1.0`.
According to https://www.jso…
-
_Originally opened by @rudolph9 in https://github.com/cuelang/cue/issues/253_
## Background
JSON has no concepts of `float` or `int` only `number`. The current behavior of cuelang has `float` and …
-
Please see detailed discussion on the topic here: https://groups.google.com/forum/#!topic/golang-nuts/LqVD5kMHJQw
Note that the headline is about Fibonacci numbers, however, the root issue is regar…
-
The underlying unit within SOLE is a tick which is an integer unit. We will not use floats or decimal time units for the tick.
If we start rendering at 60 fps will this cause issue?
If we're exp…
-
Since all numbers are represented as double, larger numbers (like longs) get truncated. For example, the output of this code...
`````` lua
cjson.encode(cjson.decode("9007199254740992"))```
...is not…
-
In the following places:
- https://github.com/ros-perception/calibration/blob/20d3bbf5ec78027831f75cf90c2aac737a00e978/calibration_estimation/src/calibration_estimation/single_transform.py#L48
- https…
-
Currently Decimal serialises to floats by default, which is undesirable when working with money for instance. The `default` option cannot be used for this since it does not raise an error, so a clean …
-
https://github.com/red/red/issues/3243#issuecomment-608889881
**Describe the bug**
I'm saving blocks with lots of percents for later comparison, but when I load them they don't compare with what…