Expand description
数の構造体やトレイトなど
Modules§
- arithmetic
- 四則演算ができる型
- complex
- 複素数
- const_
modint - コンパイル時にmod Mが決まるModInt
- ff
- 有限体
- gaussian_
int - ガウス整数
- modint
- 実行時にmod Mが決まるModInt
- montgomery
- Montgomery乗算
- num_inf
- 正の無限大、負の無限大をもつ数
- one_
zero - 加法と乗法の単位元を定める。
- ops
- 演算を定義するトレイト
- rational
- 有理数
- total_
f64 - 全順序を実装した
f64
- traits
- 数の性質のトレイト