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.
This is quite a lazy answer for top-rated. The comments below mention it will accept numbers etc, which I think isn't even that bad compared to the fact it will accept spaces and slashes, etc.
It will even accept joe@@example.com
This is a little naughty; it will accept things like
12758493@432143214321.4321432143214321
I agree it should return a
Rational
notnil
especially since this is meant to emulate the**
operator.This will accept emails like "joe@example.com." or "joe@..."
Sorry! but what is expected result for power(8, -2) ?
Both 0.015625 and (1/64) are wrong