diff options
Diffstat (limited to 'manual.tex')
-rw-r--r-- | manual.tex | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,4 +1,4 @@ | |||
1 | % $Id: manual.tex,v 1.9 1998/05/18 22:26:03 roberto Exp roberto $ | 1 | % $Id: manual.tex,v 1.10 1998/05/20 22:21:35 roberto Exp roberto $ |
2 | 2 | ||
3 | \documentstyle[fullpage,11pt,bnf]{article} | 3 | \documentstyle[fullpage,11pt,bnf]{article} |
4 | 4 | ||
@@ -38,7 +38,7 @@ Waldemar Celes | |||
38 | \tecgraf\ --- Computer Science Department --- PUC-Rio | 38 | \tecgraf\ --- Computer Science Department --- PUC-Rio |
39 | } | 39 | } |
40 | 40 | ||
41 | \date{\small \verb$Date: 1998/05/18 22:26:03 $} | 41 | \date{\small \verb$Date: 1998/05/20 22:21:35 $} |
42 | 42 | ||
43 | \maketitle | 43 | \maketitle |
44 | 44 | ||
@@ -2398,10 +2398,12 @@ The library provides the following functions: | |||
2398 | \Deffunc{atan2}\Deffunc{ceil}\Deffunc{cos}\Deffunc{floor} | 2398 | \Deffunc{atan2}\Deffunc{ceil}\Deffunc{cos}\Deffunc{floor} |
2399 | \Deffunc{log}\Deffunc{log10}\Deffunc{max}\Deffunc{min} | 2399 | \Deffunc{log}\Deffunc{log10}\Deffunc{max}\Deffunc{min} |
2400 | \Deffunc{mod}\Deffunc{sin}\Deffunc{sqrt}\Deffunc{tan} | 2400 | \Deffunc{mod}\Deffunc{sin}\Deffunc{sqrt}\Deffunc{tan} |
2401 | \Deffunc{frexp}\Deffunc{ldexp} | ||
2401 | \Deffunc{random}\Deffunc{randomseed} | 2402 | \Deffunc{random}\Deffunc{randomseed} |
2402 | \begin{verbatim} | 2403 | \begin{verbatim} |
2403 | abs acos asin atan atan2 ceil cos deg floor log log10 | 2404 | abs acos asin atan atan2 ceil cos deg floor log log10 |
2404 | max min mod rad sin sqrt tan random randomseed | 2405 | max min mod rad sin sqrt tan frexp ldexp |
2406 | random randomseed | ||
2405 | \end{verbatim} | 2407 | \end{verbatim} |
2406 | plus a global variable \IndexVerb{PI}. | 2408 | plus a global variable \IndexVerb{PI}. |
2407 | Most of them | 2409 | Most of them |