-
[VM/values/operators] [`^`] Verify for Web builds
we should also check whether big integers work too!
(the same applies to its in-place equivalent)
https://github.com/arturo-lang/arturo/blob/04e57a1a…
-
It seems odd that [pow-devops2020](https://github.com/pow-devops2020) has [commits]( https://github.com/jjasghar/jx3-minikube-testing/graphs/contributors) to my repository when I'm setting up the [git…
-
**Description of the tutorial**
add pow function tutorial
**Do you want to be assigned to work on this?**
(mark [x])
- [ ] YES
- [x] NO
**Optional: Any additional info you want to add**
...
-
Hi,
I am using browser mining. I updated to the new version for the new hardfork, updated coinhive libraries aswell, but it does not accept hashes. Has anybody encountered the same problem?
-
I've been looking at the matrix power functions in SymPy and Ruby recently - in particular, wondering why SymPy is so slow for very large power compared to Ruby (which is surprisingly fast). Notably, …
-
For example, `pow_zero` shows this text: "pow_zero a : a ^ 0 = 1 is one of the two axioms defining exponentiation in this game." If `pow_zero` is indeed an axiom, perhaps it should have a different co…
mcol updated
3 months ago
-
The idea is to build a proof of work signed extension to optionally allow free txs on chain if a user client side PoW.
### Flow
* User first creates a PoW proof using items in their transaction…
-
### 🐛 Describe the bug
something like this vvv
```
t_0 = tensor([1, 2, 3, 4], device="cuda", dtype=torch.int8)
t_1 = tensor(-1, dtype=torch.int8)
torch.pow(t_0, t_1)
```
would tri…
-
### Describe the bug
When the function calculates the negative power of an integer type, the output error result is NULL
public ❯ select pow(2, -1);
+---------------------------+
| power(Int64(2…
-
input:
fmt.Println(math.Pow(0.0208333333333333, 0.33))
fmt.Println(decimal.NewFromFloat(0.0208333333333333).Pow(decimal.NewFromFloat(0.33)))
ouput:
0.2787342852450195
1
can you help me?