Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

from .misc import (algdep, bernoulli, is_prime, is_prime_power, 

is_pseudoprime, is_pseudoprime_power, 

prime_powers, primes_first_n, eratosthenes, primes, 

next_prime_power, next_probable_prime, next_prime, 

previous_prime, previous_prime_power, random_prime, 

divisors, sigma, gcd, GCD, xlcm, xgcd, xkcd, 

inverse_mod, get_gcd, get_inverse_mod, power_mod, 

rational_reconstruction, mqrr_rational_reconstruction, 

trial_division, factor, prime_divisors, odd_part, prime_to_m_part, 

is_square, is_squarefree, euler_phi, crt, CRT, CRT_list, CRT_basis, 

CRT_vectors, multinomial, multinomial_coefficients, 

binomial, factorial, kronecker_symbol, kronecker, legendre_symbol, 

primitive_root, nth_prime, quadratic_residues, moebius, 

continuant, number_of_divisors, hilbert_symbol, hilbert_conductor, 

hilbert_conductor_inverse, falling_factorial, rising_factorial, 

integer_ceil, integer_floor, 

two_squares, three_squares, four_squares, sum_of_k_squares, 

subfactorial, is_power_of_two, differences, 

sort_complex_numbers_for_display, 

fundamental_discriminant, squarefree_divisors, 

Sigma, radical, Euler_Phi, binomial_coefficients, jacobi_symbol, 

Moebius, dedekind_sum, 

prime_factors, prime_range, valuation) 

 

from .functions import lcm 

LCM = lcm 

 

from .srange import xsrange, srange, ellipsis_iter, ellipsis_range 

sxrange = xsrange