class_group 0.6.1

Rust library for building IQC: cryptography based on class groups (Cl) of imaginary quadratic orders
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Function: pollead
Section: polynomials
C-Name: pollead
Prototype: GDn
Help: pollead(x,{v}): leading coefficient of polynomial or series x, or x
 itself if x is a scalar. Error otherwise. With respect to the main variable
 of x if v is omitted, with respect to the variable v otherwise.
Description:
 (pol):gen:copy         leading_coeff($1)
 (gen):gen              pollead($1, -1)
 (gen, var):gen         pollead($1, $2)
Doc: leading coefficient of the polynomial or power series $x$. This is
  computed with respect to the main variable of $x$ if $v$ is omitted, with
  respect to the variable $v$ otherwise.