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.
No need for abs() because even exponents cause always positive values.
Just found bitwise operations ¯_(ツ)_/¯
And of course array is additive complexity, rather use number and increment in loop, ehh so much optimalizations could be done :(
even variable names ..
Sorry for confusion with / 1 in while and for > 0.1 which works but is not logically optimal.
I agree, using unfamiliar confusing features of some languages can lead to nightmares for other team members of project for example...