Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++23] 浮動小数点数型の拡張 #1022

Closed
16 tasks done
faithandbrave opened this issue Jan 9, 2023 · 1 comment
Closed
16 tasks done

[C++23] 浮動小数点数型の拡張 #1022

faithandbrave opened this issue Jan 9, 2023 · 1 comment
Assignees
Labels

Comments

@faithandbrave
Copy link
Member

faithandbrave commented Jan 9, 2023

これはライブラリの解説のみで済ませてもよいかと思います。
(言語側のいろいろなルールを<stdfloat>以下のページで書くことになりますが)

タスク:

  • 定義済みマクロ
  • <stdfloat>
    • float16_t
    • float32_t
    • float64_t
    • float128_t
    • bfloat16_t
  • numeric_limits::is_iec559
  • to_chars
  • from_chars
  • operator<<
  • operator>>
  • <cmath>
  • <cstdlib>
  • complex
  • atomic

関連タスク:

@faithandbrave faithandbrave added this to the C++23言語編を作る milestone Jan 9, 2023
@faithandbrave faithandbrave self-assigned this Feb 16, 2023
@faithandbrave
Copy link
Member Author

<cmath>のconstexpr対応と合わせてやります。

faithandbrave added a commit that referenced this issue Feb 20, 2023
faithandbrave added a commit that referenced this issue Feb 20, 2023
faithandbrave added a commit that referenced this issue Mar 1, 2023
いろいろなところで使われそうな用語なので
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant