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.
x**2
is just a different way of writingx^2
. However many common programming languages use the**
notation, so that tends to be what is more common on CodeWars too.x**2 is x * x (quadratic equation).
Even seeing the solution to this problem, I do not understand the conditions.
x**2 ? you mean x^2?
I recommend the author to work on the condition.
thx, i got it, already.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution