Euler's Totient Function

Hello!

To view this page you need Microsoft Silverlight 3 plug-in.
Silverlight will enable your browser to understand complex Rich Internet Applications.
After installing (~10 seconds), you will be able to view and execute live algorithms.

Click here to download the plugin directly from Microsoft (4 MB)
If you want to learn more about MS Silverlight, take a look at this Wikipedia article.
Output
type in the input above and click 'Execute'
the result will be outputted here
Related Algorithms
Discussion
2
Nice implementation, enjoy that you continue to push the reuse of code here. Also, is this on its own or a lead up to the Project Euler Problem? (remember doing that a few years back) -- just seems a rather novel algorithm to handle, fun though.
6 months ago by bh3
Thanks bh3!
This one is on its own.
I will need this to implement RSA.
5 months and 4 weeks ago by ANaimi
login to leave a comment
Version 1
Version 1 by ANaimi
+1
The totient of a positive integer n is defined to be the number of positive integers less than or equal to n that are coprime to n.

This implementation depends on PrimeFactorization algorithm.

See http://en.wikipedia.org/wiki/Euler%27s_totient_function
By ANaimi
6 months ago
up down

implementations

one version available

rated by

one user - list?

viewed by

5 users - list?

favorited by

0 users - list?

last activity

5 months and 4 weeks ago