Function: nfeltdivmodpr
Section: number_fields
C-Name: nfdivmodpr
Prototype: GGGG
Obsolete: 2016-08-09
Help: nfeltdivmodpr(nf,x,y,pr): this function is obsolete, use nfmodpr.
Doc: this function is obsolete, use \kbd{nfmodpr}.
Given two elements $x$
and $y$ in \var{nf} and \var{pr} a prime ideal in \kbd{modpr} format (see
\tet{nfmodprinit}), computes their quotient $x / y$ modulo the prime ideal
\var{pr}.
Variant: This function is normally useless in library mode. Project your
inputs to the residue field using \kbd{nf\_to\_Fq}, then work there.