|
D.12.1.5 euler
Procedure from library aksaka.lib (see aksaka_lib).
- Usage:
- euler(r);
- Return:
- number phi(r), where phi is Eulers phi-function
- Note:
- first r is factorized with proc PollardRho, then phi(r) is
calculated with the help of phi(p) of every factor p;
Example:
|