[back] [prev] [next] [index] [root]

 


IntEulerPhi

Computes the Euler-\phi function of n, i.e. the number of coprime integers less than n.

Syntax:

a := IntEulerPhi(n);

integer
  a  
integer
  n  

Description:

no detailed description available yet


Example:

kash> IntEulerPhi(3);
2
kash> IntEulerPhi(81);
54
kash> IntEulerPhi(134);
> 66


<- back[back] [prev] [next] [index] [root]