-
How I can do Pow math? (Trying to shorten UUIDs)
-
`pow` would be nice to have. It’s not in __long.js__, nor in [__goog.math.Long__](https://google.github.io/closure-library/api/goog.math.Long.html).
-
![POW-2](https://github.com/user-attachments/assets/dca889fd-097e-43e1-a3b7-82953ee752a5)
I'll make these links bold later
![POW-3-bold-links](https://github.com/user-attachments/assets/ee84d0…
-
Raise a number to another number. Both can be non integer and cases resulting in imaginary number [like bigDecimal.pow(-21, 0.5)] should throw an error.
-
`Math.pow(2,3)` is 8.
-
**JRPN 15C** Version 2.1.16
Normally, 0^0 produces a "Error 0" on a real HP-15C, but JRPN15C displays 1 (due to the java Math.pow(0,0) result, I guess)
(I kept the java result on my own simula…
-
> Entrega dia 26/09
-
Hi,
i noticed a difference with the Simoncelli & al paper in the implementation, at line:
https://github.com/thorfdbg/ssim/blob/7d9d1b3c2b8e4338d8cec34088d948025c23e559/ssim/ssimIndex.cpp#L205
…
-
![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…
-
Hello,
That it is possible to have the square root of a number. Or put it at a given power.
Tthis is to calculate total levels based on the total experience points
Best regard.