Home
last modified time | relevance | path

Searched refs:sqrtnint (Results 1 – 25 of 28) sorted by relevance

12

/dports/math/pari/pari-2.13.3/src/functions/number_theoretical/
H A Dsqrtnint1 Function: sqrtnint
3 C-Name: sqrtnint
5 Help: sqrtnint(x,n): integer n-th root of x, where x is nonnegative integer.
7 (gen,small):int sqrtnint($1, $2)
11 ? N = 120938191237; sqrtnint(N, 5)
H A Dqfbnupow9 if set, $L$ should be equal to \kbd{sqrtnint(abs(D)>>2,4)}, where $D < 0$ is
H A Dqfbnucomp11 \kbd{sqrtnint(abs(D)>>2,4)}, where $D$ is the common discriminant of $x$ and
/dports/math/pari/pari-2.13.3/src/test/in/
H A Dsqrtn13 a = sqrtnint(B + 1, i);
21 sqrtnint(a,12345)
22 sqrtnint(a,123456)
23 sqrtnint(10^300,8)
24 sqrtnint(10^500,27)
32 sqrtnint(10^1000,1001)
H A Dqfb17 L = sqrtnint(abs(poldisc(q)), 4);
H A Derr167 sqrtnint(-1,2)
168 sqrtnint(2,-2)
/dports/math/pari/pari-2.13.3/src/test/32/
H A Derr353 *** at top-level: sqrtnint(-1,2)
355 *** sqrtnint: domain error in sqrtnint: x < 0
356 *** at top-level: sqrtnint(2,-2)
358 *** sqrtnint: domain error in sqrtnint: n <= 0
/dports/math/pari/pari-2.13.3/src/language/
H A Dinit.h1142 {"sqrtnint",0,(void*)sqrtnint,5,"GL","sqrtnint(x,n): integer n-th root of x, where x is nonnegative…
/dports/math/pari/pari-2.13.3/src/basemath/
H A Decpp.c897 GEN a = sqrtnint(shifti(N, 4), 2); in ecpp_qlo()
898 GEN b = sqrtnint(shifti(N, 12), 4); in ecpp_qlo()
H A Dprime.c731 cbrtN = sqrtnint(N,3); in isprimePL()
H A DQfb.c524 if (!L) L = sqrtnint(absi_shallow(D), 4); in nupow()
H A Dtrans1.c1803 sqrtnint(GEN a, long n) in sqrtnint() function
1839 x = shifti(addui(1, sqrtnint(b, n)), k); in sqrtnint()
H A Difactor1.c3811 if (eq > 1) limit = sqrtnint(limit, eq); in Z_factor_until()
H A Darith1.c5861 E = expi(D) > 60? (void*)sqrtnint(shifti(absi_shallow(D),-2),4): NULL; in classno()
/dports/math/giacxcas/giac-1.6.0/doc/pari/
H A DModRewrite-table990 sqrtnint Arithmetic_functions.html#sqrtnint
/dports/math/gp2c/gp2c-0.0.12/desc/
H A Dfunc27.dsc11826 sqrtnint
11830 sqrtnint(${1 code}, ${2 code})
11837 sqrtnint
H A Dfunc29.dsc13820 sqrtnint
13824 sqrtnint(${1 code}, ${2 code})
13831 sqrtnint
H A Dfunc211.dsc15308 sqrtnint
15312 sqrtnint(${1 code}, ${2 code})
15319 sqrtnint
H A Dfunc213.dsc16279 sqrtnint
16283 sqrtnint(${1 code}, ${2 code})
16290 sqrtnint
/dports/math/pari/pari-2.13.3/src/
H A Dfunclist895 2432629086 507 ../functions/number_theoretical/sqrtnint
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/cypari2/
H A Dauto_paridecl.pxd874 GEN sqrtnint(GEN, long)
/dports/math/pari/pari-2.13.3/
H A DCHANGES-2.10246 122- sqrtnint(a,k) very inefficient for huge k [and huge a]
H A DCHANGES-2.6883 HC 130- Function sqrtnint
/dports/math/pari/pari-2.13.3/doc/
H A Drefcard.tex729 \li{integer square / $n$-th root of $x$}{sqrtint$(x)$, sqrtnint$(x,n)$}
H A Dusersch3.tex9071 \kbd{sqrtnint(abs(D)>>2,4)}, where $D$ is the common discriminant of $x$ and
9084 if set, $L$ should be equal to \kbd{sqrtnint(abs(D)>>2,4)}, where $D < 0$ is
9471 \subsec{sqrtnint$(x,n)$}\kbdsidx{sqrtnint}\label{se:sqrtnint}
9475 ? N = 120938191237; sqrtnint(N, 5)
9481 The library syntax is \fun{GEN}{sqrtnint}{GEN x, long n}.

12