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.
Nah, bro this doesn't exist in standard C++. Don't use it. It's a bad idea to use gnu extensions.
@MikChan
happy you liked it!
I am not a huge C++ player, so it just didn't occur to me to use
std::array<std::string, 12>.TIL
Vandalised a bit and merged.
Shrinks the code a bit.
Approved
Issues with the description:
Approved.
This comment is hidden because it contains spoiler information about the solution
This looks like a really fun concept, but I feel like I've done a kata like this before...
If not, I want to translate it into other languages
One way to check if it's reasonable is to evaluate your version of the expresion and check for floating-point errors with errno or the floating point state
See https://en.cppreference.com/w/cpp/numeric/math/math_errhandling.html
Also, you can estimate the error caused by a small deviation using the derivative, which you should already have
just perfect.
This comment is hidden because it contains spoiler information about the solution
bruh ill never become a programmer
approved
Loading more items...