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

 


QpPrime

This function creates the prime number which defines the p-adic field.

Syntax:

p := QpPrime(F);

p-adic field
  F  
prime number
  p  

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

Description:

no detailed description available yet


Example:


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


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