Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

Testing latest pari + WASM + node.js... and it works?! Wow.

28495 views
License: GPL3
ubuntu2004
1
% Copyright (c) 2000 The PARI Group
2
%
3
% This file is part of the PARI/GP documentation
4
%
5
% Permission is granted to copy, distribute and/or modify this document
6
% under the terms of the GNU General Public License
7
8
% Compile with plain TeX
9
%
10
\def\TITLE{User's Guide to Pari/GP}
11
\input parimacro.tex
12
13
% remove TOC for this level
14
\SUBSECTOCfalse
15
16
% START TYPESET
17
\begintitle
18
\vskip 2.5truecm
19
\centerline{\mine User's Guide}
20
\vskip 1.truecm
21
\centerline{\mine to}
22
\vskip 1.truecm
23
\centerline{\mine PARI / GP}
24
\vskip 1.truecm
25
\centerline{\sectiontitlebf (version \vers)}
26
\vskip 1.truecm
27
\authors
28
\endtitle
29
30
\copyrightpage
31
\tableofcontents
32
\openin\std=libpari.aux
33
\ifeof\std
34
\else
35
\input libpari.aux
36
\fi
37
\chapno=0
38
{ \input usersch1 }
39
{ \input usersch2 }
40
{ \input usersch3 }
41
{ \input appa }
42
\input index\end
43
44