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.
I use
control + end
instead XDIf we raise 0 to the power of 1, we get 0. And 0 is indeed equal to 0, so it satisfies the condition of being a Narcissistic number.
Any number to the power of 1 is just the number itself. So 0^1 equals 0, not 1. The confusion may come from 0^0 which is equals to 1.