Totient function: Difference between revisions

Content added Content deleted
(Added 11l)
Line 60: Line 60:
L(n) 1..10'000
L(n) 1..10'000
count += is_prime(n)
count += is_prime(n)
I n C Set([100, 1000, 10'000])
I n C (100, 1000, 10'000)
print(‘Primes up to #.: #.’.format(n, count))</lang>
print(‘Primes up to #.: #.’.format(n, count))</lang>