JuliaLang/julia

Missing GCD methods on complex numbers

Open

#35,125 创建于 2020年3月16日

在 GitHub 查看
 (18 评论) (2 反应) (0 负责人)Julia (5,773 fork)batch import
complexhelp wantedmaths

仓库指标

Star
 (48,709 star)
PR 合并指标
 (平均合并 20天 6小时) (30 天内合并 157 个 PR)

描述

In Julia 1.3.1, there is no methods gcd(::Complex{<:Integer}, ::Complex{<:Integer}).

However, it is possible to define gcd on any Euclidean domain, of which $\mathbb{Z}[i]$ is one.

贡献者指南