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

✨ Add article (#5192) #5199

Merged
merged 1 commit into from Jan 5, 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/math.md
Expand Up @@ -26,6 +26,10 @@ title: 数学を学ぶ

## 整数

### 床関数・天井関数

- [床関数・天井関数(floor function / ceiling function)の典型まとめ](https://ricky-pon.hatenablog.com/entry/2023/01/04/195253) - 床関数・天井関数の定義、不等式評価、切り捨て除算による実装例、オーバーフローを回避した大小比較などがまとめられている記事。

### 素数・素因数分解

- [AtCoder版!マスター・オブ・整数 (素因数分解編)](https://qiita.com/drken/items/a14e9af0ca2d857dad23) - 整数を扱った問題のうち、「素因数分解」に焦点を当てた記事。素数の判定、約数列挙、素因数分解の基本と応用などについて解説されている。
Expand Down