//
pkg.gl
Category
github.com/mathlava/bigc
math
rho
package
0.1.0
Repository:
https://github.com/mathlava/bigc.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
1
Files
213 SLOC
#
Functions
ArithmeticDerivative
numに素微分を行い, numを返します.
Gcd
numsの最大公約数を返します.
Primes
numsを素因数分解します.
PrimesAsync
numsを素因数分解します.
Rho
ポラード・ロー法を試行し, 約数の一つの求値を試みます.
RhoAsync
ポラード・ロー法を試行し, 約数の一つの求値を試みます.
#
Structs
RhoResult
RhoAsyncの結果を表します。.