-
define a method `__pow__` in GeneralQuaternion so it makes easier to write (integer) powers.
-
Function Pow don`t work with Number "-1"
-
You gonna push and update for the new Pow ?
0xman updated
6 years ago
-
![image](https://github.com/user-attachments/assets/6423f501-82ac-4f52-9adb-b3eb73dacdbf)
![image](https://github.com/user-attachments/assets/0aa53368-4d59-4fa2-871f-592de8dfd63d)
```
#include
#i…
-
Relying on the same name means that `std::pow` can be called instead (see https://github.com/cosmo-epfl/librascal/pull/225#discussion_r348050113)
-
an idea: it would be cool if the infrastructure could take care of the proof of work automatically. I.e. enabling it if it gets too much traffic and increasing the difficulty.
-
The `constexpr` [`pow`](https://github.com/nholthaus/units/blob/f87876bf25aebd188f3019db71c5248a90a40c11/include/units.h#L1480) uses recursion, which is potentially expensive and slow when not used in…
-
Hello,
I did a quick review inside the code, and found the following
`exponentiation = (long(x)**i) % prime`
at https://github.com/onenameio/secret-sharing/blob/master/secretsharing/polynomials.py#L…
calve updated
8 years ago
-
Hi Everyone,
I am testing both PyTorch and Torchsharp with a very basic example (fitting of a single variable non-linear function). When I use Rprop in Pytorch I get a very good fitting, as expected.…
-
pow may return results where the value is superior to the type maximum due to all primitive types of size < 8 bytes being treated as u64