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.
Removed numbers and uppercase letters from test cases in all languages.
Lol, I passed all tests, when I was trying to print how it calculated in my nonworking code ;)
Still don't understand the reason.
PHP test with input expression: 123.45*(678.90 / (-2.5+ 11.5)-(80 -19) *33.25) / 20 + 11 expected not correct value. Correct value should be -12042.760875
I got message: Failed asserting that -12042.760875000207 matches expected -12042.760875.
Looks like require('vm') hole in JS has been fixed but with Ruby you can still access eval through RubyVM::InstructionSequence.
One test is still broken as mentioned below. In one of the tests there is a 12 so depending on how you are calculating your values this could pose a headscratcher.