版权声明: 本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!

仓库源文站点原文


title: 模板 - Gauss 整数 categories:


基于 C++14, 实现了 Gauss 整数的四则运算

{% note info no-icon %}

<a id="def">定义</a> Gauss 整数: $\mathbb{Z}[\sqrt{-k}]:={a+b\sqrt{-k}|a,b\in\Bbb{Z}}$, $k>0$

{% endnote %}

{% note warning %}

{% endnote %}

<!-- more -->

{% note warning %} https://cplib.tifa-233.com/src/code/math/gint.hpp 存放了笔者对该算法/数据结构的最新实现, 建议前往此处查看相关代码 {% endnote %}

<details open> <summary><font color='orange'>Show code</font></summary> {% icodeweb blog lang:cpp gauss-int/GaussInt.hpp %} </details>