gfcpy:质数,因子和因子表生成器

时间:2021-04-18 07:49:31
【文件属性】:
文件名称:gfcpy:质数,因子和因子表生成器
文件大小:16KB
文件格式:ZIP
更新时间:2021-04-18 07:49:31
factor prime lookup-table Python gfcpy 质数,因子和因子表生成器。 有关生成的因子表的示例,请参见 。 安装: $ git clone https://github.com/ismaelharunid/gfcpy.git $ cp gfcpy/gfc.py /home// 用法(作为模块): >>> import gfc >>> print("the 5th prime number is", gfc.iprime(5)) the 5th prime number is 13 >>> print("the 7th prime number is", gfc.iprime(7)) the 7th prime number is 17 >>> gfc.gfc(360, as_tuples=False) [2, 2, 2, 3, 3, 5] >>> gfc
【文件预览】:
gfcpy-main
----gfc.py(9KB)
----LICENSE(34KB)
----.gitignore(2KB)
----README.md(2KB)

网友评论