Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
sorry, my fault!
Will take a look right now.
I hate floating point!!!
Same for me . . .
Don't understand why
0.08001
should be rounded to8
and0.02001
to2.001
!?!; ) )
Again old/new errors...
The 0.99999 bug has been resolved as well (as far as I can tell).
Ok, seems to me it works now - thanks;-)!
It's a bug. It's now FIXED. Sorry about that.
There's another bug 0.99999 returns 10*10^-1 which is obviously wrong.
Gonna fix it now. Hopefully that's the last of it.
There's a difference between
(1000)
and(1000.1)
.(1000)
expects1e3
;(1000.1)
expects1*10^3
. The description does not specify this in this detail.Yep, also, it returns the wrong value for 0.9999. I'll fix it. Thanks for spotting!
No, it doesn't work. There are still errors for cases like
"Expected: '10^4', instead got: '1*10^4'"
Sometimes it's wrong with"1*"
and somtimes right, the output of "expected" and "instead" is/was swapped too...It's working correctly for me now.
This issue still occures but I guess it needs a second to update.
This comment is hidden because it contains spoiler information about the solution
Oh really? I'll take a look. Sorry about that!!
LOL
Loading more items...