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

 


IntRoot

Returns rfloor \sqrt[r]n \lfloor.

Syntax:

m := IntRoot(r, n)

boolean
  m  
integer
  n  
integer
  r  

Description:

no detailed description available yet


Example:


kash> IntRoot(8, 3);
2
kash> IntRoot(82, 4);
> 3


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