Go to the source code of this file.
|
def | nzmath.arith1.floorsqrt (a) |
|
def | nzmath.arith1.floorpowerroot (n, k, return_power=False) |
|
def | nzmath.arith1.powerDetection (n, largest_exp=False) |
|
def | nzmath.arith1.legendre (a, m) |
|
def | nzmath.arith1.modsqrt (n, p, e=1) |
|
def | nzmath.arith1.expand (n, m) |
|
def | nzmath.arith1.inverse (x, n) |
|
def | nzmath.arith1.CRT (nlist) |
|
def | nzmath.arith1.AGM (a, b) |
|
def | nzmath.arith1.vp (n, p, k=0) |
|
def | nzmath.arith1.log (n, base=2) |
|
def | nzmath.arith1._log10 (n) |
|
def | nzmath.arith1.product (iterable, init=None) |
|