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

 


QpValuation

Computes the valuation of an element in Q_p.

Syntax:

v := QpValuation(F, k);

p-adic field
  F  
p-adic element
  k  
integer
  v  

See also:  IsQp, Qp, QpElt, QpEltToQ, QpEltQp, QpExp, QpLog, QpPrec, QpPrime, QpSqrt

Description:

no detailed description available yet


Example:


kash> F := Qp(3);
3-adic Field mod 3^20
kash> k := QpElt(F, 27);
3^3
kash> v := QpValuation(k);
> 3


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