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

 


QpPrec

Prints or sets the precision of a p-adic field.

Syntax:

k:= QpPrec(F [,n]);

p-adic field
  F  
integer
  n  
integer
  k  

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

Description:

no detailed description available yet


Example:


kash> F:= Qp(2);
2-adic Field mod 2^20
kash> k:= QpPrec(F, 30);
> 30


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