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

 


Qp

Creates the p-adic field Q_p

Syntax:

F := Qp(p[,n]);

p-adic field
  F  
prime number
  p  
integer
  n  

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

Description:

This function creates the p-adic Field Q_p with given precision n. If no precision is given it is set to 20.


Example:


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


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