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.
@zLuki I found coefficient overflows when calling
Math.power()
; I updated my translation forking and fixed it.Ramdon test in scala translation does not consider about coefficient overflowing.For example, the test result for
(94y+61)^10
is :, but the correct one is
--- Obviously, the coefficients in this case must be positive number.
I fix it in https://www.codewars.com/kumite/604f5f1d754bcc000b66b109?sel=6294bef3c7f2d3006151cadd , please review.
@hobovsky I fix this overflow error: https://www.codewars.com/kumite/604f5f1d754bcc000b66b109?sel=6294bef3c7f2d3006151cadd