Results 5 issues of Yuya Asano

012-floating-point.mdの[NaN(Not a Number)の節](https://github.com/EzoeRyou/cpp-intro/blob/master/012-floating-point.md#nannot-a-number)で、 > // false bool d = NaN != NaN ; とあります(コードから抜粋)。しかし、[このサイト](https://en.cppreference.com/w/cpp/types/numeric_limits/quiet_NaN)の例でgcc 11.1(C++20)を選び、 > std::cout

Hello, I'm sorry for making the same issue three times. I made Vec2, Vec3 and Vec4 [trivially relocatable](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p1144r8.html). I didn't change the behavior of them. Could you please merge this...

Hello, I faced an error that let `C` be a template parameter, `C()` is interpreted as a function call when `C` is a type alias. So, I replaced all ambiguous...

こんにちは。 zip_allocatorという、zip_iteratorのアロケータ版を作ったのですが、要りますか?

こんにちは。 linalgヘッダーの各タグ型の説明ページを追加し、linalg.mdのタグ型やlayout_blas_packedの説明を簡潔にしたり、BLASを知らなくてもわかるように修正しました。