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

📚 Update descriptions (#6681) #6682

Merged
merged 2 commits into from Aug 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/articles/implementation/others.md
Expand Up @@ -6,6 +6,10 @@ title: Others

### 言語アップデートによる影響

!!! warning "注意"

ジャッジシステムの修正(2023年8月25日)に伴い、標準ライブラリの数学関数が利用できるようになった([出典](https://atcoder.jp/contests/editor-update-test))。このため、以下の対応は不要になったが、しばらく掲載予定。

- [AtCoderのC言語で標準数学関数が使えなくなるようなので、x87を使えるようにしておく](https://qiita.com/mikecat_mixc/items/f458fe46542087c06a97) - ジャッジシステムの言語アップデート(2023年8月)に伴い、標準ライブラリの数学関数が利用できなくなったことと対策方法が紹介されている記事。
- [AtCoder新ジャッジにC言語で数学関数(libm)を使うためのおまじない](https://hotman78.hatenablog.com/entry/2023/08/15/201456) - 上記の記事を受け、数学関数を利用するためのスニペット(3行)が紹介されている記事。

Expand Down