home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 5
/
DATAFILE_PDCD5.iso
/
utilities
/
p
/
python
/
pytexdoc
/
ext
/
lib
/
lib2
/
mpz
/
tex
/
images.pl
(
.txt
)
< prev
next >
Wrap
LaTeX Document
|
1996-11-08
|
2KB
|
38 lines
# LaTeX2HTML 2022 (Released January 1, 2022)
# Associate images original text with physical files.
$key = q//;
$cached_env_img{$key} = q|<IMG
STYLE="height: 2.24ex; vertical-align: 176.54ex; " SRC="|."$dir".q|img8.png"
ALT="\begin{funcdesc}{binary}{}
Convert this mpz-number to a binary string, where th...
...to zero,
otherwise a \code{ValueError}-exception will be raised.
\end{funcdesc}">|;
$key = q/{funcdesc}{gcdext}{a,b}Returnatuplecode{(var{g},var{s},var{t})},suchthatcode{var{a}*var{s}+var{b}*var{t}==var{g}==gcd(var{a},var{b})}.{funcdesc};AAT/;
$cached_env_img{$key} = q|<IMG
STYLE="height: 2.17ex; vertical-align: 176.55ex; " SRC="|."$dir".q|img4.png"
ALT="\begin{funcdesc}{gcdext}{a b}
Return a tuple \code{(\var{g}, \var{s}, \var{t}...
...}*\var{s} + \var{b}*\var{t} == \var{g} == gcd(\var{a}, \var{b})}.
\end{funcdesc}">|;
$key = q/{funcdesc}{gcd}{op1,op2}Returnthegreatestcommondivisorofvar{op1}andvar{op2}.{funcdesc};AAT/;
$cached_env_img{$key} = q|<IMG
STYLE="height: 2.38ex; vertical-align: 176.40ex; " SRC="|."$dir".q|img3.png"
ALT="\begin{funcdesc}{gcd}{op1 op2}
Return the greatest common divisor of \var{op1} and \var{op2}.
\end{funcdesc}">|;
$key = q/{funcdesc}{sqrtrem}{op}Returnatuplecode{(var{root},var{remainder})},suchthatcode{var{root}*var{root}+var{remainder}==var{op}}.{funcdesc};AAT/;
$cached_env_img{$key} = q|<IMG
STYLE="height: 2.17ex; vertical-align: 176.55ex; " SRC="|."$dir".q|img6.png"
ALT="\begin{funcdesc}{sqrtrem}{op}
Return a tuple \code{(\var{root}, \var{remainder}...
...that
\code{\var{root}*\var{root} + \var{remainder} == \var{op}}.
\end{funcdesc}">|;
$key = q/{funcdesc}{sqrt}{op}Returnthesquarerootofvar{op}.Theresultisroundedtowardszero.{funcdesc};AAT/;
$cached_env_img{$key} = q|<IMG
STYLE="height: 2.38ex; vertical-align: 176.40ex; " SRC="|."$dir".q|img5.png"
ALT="\begin{funcdesc}{sqrt}{op}
Return the square root of \var{op}. The result is rounded towards zero.
\end{funcdesc}">|;