-
I run the following code:
```python
import numpy as np
v = np.array([0.7372549, 0.25882354, 0.00392157], dtype = np.float32)
print(v)
print('*' * 50)
x = np.ones((1, 3), dtype = np.float32…
-
I've had this issue for a while, it is evident in models exported from Ruby. Exporting using C# is a bit more accurate and can match the value expected from the validator, but that option isn't availa…
-
I'm trying to reproduce an example from [this](https://rise4fun.com/z3/tutorialcontent/guide#h24) site that details type conversion from arithmetic operations, specifically this example:
```
(asse…
-
It is customary that the uniform random generator returns numbers from a range that includes the lower bound, but excludes the upper bound. This is the behavior of e.g. numpy (https://docs.scipy.org/d…
-
Hey there,
So title says it all, I brushed off a lot of errors but I'm way over my head with ocaml and stuff.
I'm having:
```
File "src/typing/flow_js.ml", line 690, characters 15-31:
Error:…
-
- OS: Mac
- Programming Language version: Python 3.6
- CCXT version: 1.10.837
- Exchange: Binance
- Method: amount_to_lots()
I'm trying to buy 1.01 `ETH/USDT`. To avoid the `order amount should…
-
That is, should `1e6n` be equivalent to `1000000n`?
IMO we should follow what other languages do here. So I think properly resolving this issue needs a bit of research. And it should be resolved by…
-
The most significant digits for a float in Factor is `1e+309`; `1e+310` is `1/0.`.
I know that `bignum` is arbitrary precision integers, so why not the same for `float` -- or have an arbitrary pr…
-
**when i input a parameter like Math.pow(2,4) to geth , it will change to 2^4=16 correctly.**
token.batchTransfer([user2,user3],Math.pow(2,4),{from:user1})
![1](https://user-images.githubusercont…
-
I'm trying to track down an annoying rounding issue when converting between Glyphs files (uses an integer tuple to specify the RGBA values) and UFOs (floats), which made me wonder: why does the spec m…
madig updated
6 years ago