[BACK]Return to func1.tex CVS log [TXT][DIR] Up to [local] / OpenXM / doc / calc2000p

Diff for /OpenXM/doc/calc2000p/func1.tex between version 1.1 and 1.2

version 1.1, 2000/07/21 07:11:52 version 1.2, 2000/07/22 08:11:09
Line 1 
Line 1 
 % $OpenXM$  % $OpenXM: OpenXM/doc/calc2000p/func1.tex,v 1.1 2000/07/21 07:11:52 noro Exp $
 \documentclass[twocolumn]{article}  \documentclass[twocolumn]{article}
 \pagestyle{empty}  \pagestyle{empty}
 %\markright{ {\tt http://www.openxm.org} }  %\markright{ {\tt http://www.openxm.org} }
Line 32  the accelerated GCD algorithm),
Line 32  the accelerated GCD algorithm),
   
 \noindent  \noindent
 Arithmetics on various fields: the rationals,  Arithmetics on various fields: the rationals,
 $Q(\alpha_1,\alpha_2,\ldots,\alpha_n)$  ${\bf Q}(\alpha_1,\alpha_2,\ldots,\alpha_n)$
 ($\alpha_i$ is algebraic over $Q(\alpha_1,\ldots,\alpha_{i-1})$),  ($\alpha_i$ is algebraic over ${\bf Q}(\alpha_1,\ldots,\alpha_{i-1})$),
 $GF(p)$ ($p$ is a prime of arbitrary size), $GF(2^n)$.  $GF(p)$ ($p$ is a prime of arbitrary size), $GF(2^n)$.
   
 \medbreak  \medbreak
Line 112  quadratic first-order formula),
Line 112  quadratic first-order formula),
 \noindent  \noindent
 {\color{red} det} (determinant),  {\color{red} det} (determinant),
 {\color{red} qsort} (sorting of an array by the quick sort algorithm),  {\color{red} qsort} (sorting of an array by the quick sort algorithm),
 {\color{red} eval} (evaluation of a formula containing transcendental functions),  {\color{red} eval} (evaluation of a formula containing transcendental functions
   such as
   {\color{red} sin}, {\color{red} cos}, {\color{red} tan}, {\color{red} exp},
   {\color{red} log})
 {\color{red} roots} (finding all roots of a univariate polynomial),  {\color{red} roots} (finding all roots of a univariate polynomial),
 {\color{red} lll} (computation of an LLL-reduced basis of a lattice).  {\color{red} lll} (computation of an LLL-reduced basis of a lattice).
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>