-
# description
When testing the approximate value of a `decimal.Decimal` the following `TypeError` occurrs
```TypeError: unsupported operand type(s) for -: 'float' and 'decimal.Decimal'```
I would…
-
```
>> a: 1x1 b: a b/x: 2 a
== 2x1
>> immediate!
== make typeset! [set-word! get-word! lit-word! refinement! issue! path! logic! integer! decimal! percent! money! char! pair! tuple! time! date! map!…
-
**tl;dr: Add your use case in a comment on this issue, even if you don't read the rest of the thread.**
Would BigDecimal be useful for you? (Or, would Rational, Decimal128, or some other type be us…
-
I'm testing out the Buffr Glitch plugin, however I noticed that for higher notes, the pitch seems to become increasingly off-pitch, here's a recording:
https://github.com/robbert-vdh/nih-plug/asset…
-
I'm converting from an H-rep to a V-rep using `cddexec --rep` with version `0.94m`. The result seems to be missing vertices
Here's an `.ine` file:
```
H-representation
begin
12 3 real
-0.5367…
-
Consider whether throwing is the correct way to get information about narrowing failure. See GSL PR: microsoft/GSL#761
For example: we are concerned about whether or not to pull header iostreams fo…
-
Hello everyone,
first of all thank you for this great library.
I have a problem verifying my json file against a schema with a "multipleOf" set to 0.1. To reproduce I added the following test-c…
-
This is part of our September Spring to get the Go Track in shape. Please read the [Overview issue](https://github.com/exercism/go/issues/1610) for more details. **This exercise is unclaimed. To claim…
-
When I type:
```python3
>>> Float(24)/Float(7.5)
3.20000000000000
>>> Float(0.7)**2*8
3.92000000000000
```
Instead it would be properly to display like this
```python3
>>> Float(24…
-
In Python 3, `floor` and `ceil` changed to return integers, rather than floats:
```python
>>> math.floor(1.5), math.ceil(1.5)
(1, 2)
>>> np.floor(1.5), np.ceil(1.5)
(1.0, 2.0) # also the outp…