j
k
j a
j l
Ok, it still is a bug, as floor(pow(4, 1.66)) is 9.0, not 4.0
4.0? (I failed to make sense of the above.)
Pike v7.6 release 6 running Hilfe v3.5 (Incremental Pike Frontend)
pow(4, 1.66);
(1) Result: 9.986644
floor(pow(4, 1.66));
(2) Result: 9.000000
Back to the thread
Back to the list