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.
Very clever.
Fixed
Creating a class usable in mathematical calculations is a duplicate to many katas.
unnecessary breaks
Other than there's obvious rounding when moving an 80-bit float to a 64-bit float and possibly some weirdness with denormalized numbers, I don't know what could happen that woudn't have been considered a hardware bug.
There can be unexpected differences if intermediate results are more precise than expected, but it's not relevant here.
There are some instructions that have limited precision by definition (reciprocal square root), not relevant here either.
Why "~"?.. There is only one number to sum.
Superseded by this fork: https://www.codewars.com/kumite/5d4da226feb62f00153941e3?sel=5fd58299148bfb0022a19ecc.
Note the "Solution setup" contains invalid Go code - look at how every solution modifies it.
"already approved some time ago"
Nice solution! You can omit
0
inl[0:i]
by the wayHmmm... I don't know enough about Go to fix it, sorry.
Not fixed. Try running a solution that sums in the reversed order.
rand.Float64()
generates a random 53-bit significand.(duplicate comment)
I think fixed.
Loading more items...