1
0
Fork 0
cl-sites/novaspec.org/cl/12_2_Numbers_Dictionary.html
2025-02-05 18:52:26 +01:00

1987 lines
No EOL
29 KiB
HTML

<!DOCTYPE HTML>
<HTML LANG="en-us"
><HEAD
><TITLE
>12.2 Numbers Dictionary | Common Lisp Nova Spec</TITLE
><META CHARSET="US-ASCII"
><LINK REL="canonical" HREF="12_2_Numbers_Dictionary.html"
><LINK REL="next" HREF="t_number.html" TYPE="text/html" TITLE="number"
><LINK REL="prev" HREF="12_1_Number_Concepts.html" TYPE="text/html" TITLE="12.1 Number Concepts"
><LINK REL="up" HREF="12_Numbers.html" TYPE="text/html" TITLE="12. Numbers"
><LINK REL="start" HREF="index.html" TYPE="text/html" TITLE="Common Lisp Nova Spec"
><META NAME="VIEWPORT" CONTENT="width=device-width, initial-scale=1.0"
><LINK REL="STYLESHEET" HREF="dpans.css%3F3909942064.css"
><SCRIPT SRC="dpans.js%3F3909942064"
></SCRIPT
><SCRIPT SRC="apropos.js%3F3909942064"
></SCRIPT
></HEAD
><BODY
><DIV
><DIV CLASS="topnav"
><DIV CLASS="breadcrumb"
><SPAN CLASS="breadcrumb-item"
><A HREF="index.html"
>Common Lisp Nova Spec</A
></SPAN
> <SPAN CLASS="breadcrumb-item"
>&#8594; <A HREF="12_Numbers.html"
>12. Numbers</A
></SPAN
> <SPAN CLASS="breadcrumb-item"
>&#8594; <A HREF="12_2_Numbers_Dictionary.html"
>12.2 Numbers Dictionary</A
></SPAN
></DIV
><DIV CLASS="apropos"
><DIV CLASS="apropos-io"
><A HREF="12_1_Number_Concepts.html" CLASS="prev"
>&#8592;</A
><SPAN ID="apropos-label"
>Apropos </SPAN
><INPUT ID="apropos" AUTOFOCUS="AUTOFOCUS" PLACEHOLDER="Type here to search" ONINPUT="aproposInput(this);" ONKEYUP="aproposKeyup(event);" ONCHANGE="aproposChange(this);" ONFOCUS="aproposFocus(this);" ONFOCUSOUT="aproposFocusout(this);"
><A HREF="t_number.html" CLASS="next"
>&#8594;</A
></DIV
><DIV ID="apropos-res"
></DIV
></DIV
></DIV
><DIV CLASS="matter"
><SECTION
><H2 ID="sec_12_2" CLASS="HeadII"
>12.2 Numbers Dictionary</H2
><UL CLASS="subtoc"
><LI
><SPAN
><A HREF="t_number.html"
><B
>number</B
></A
>, <I
>System Class</I
></SPAN
></LI
><LI
><SPAN
><A HREF="t_complex.html"
><B
>complex</B
></A
>, <I
>System Class</I
></SPAN
></LI
><LI
><SPAN
><A HREF="t_real.html"
><B
>real</B
></A
>, <I
>System Class</I
></SPAN
></LI
><LI
><SPAN
><A HREF="t_float.html"
><B
>float</B
></A
>, <I
>System Class</I
></SPAN
></LI
><LI
><SPAN
><A HREF="t_short-float.html"
><B
>short-float, single-float, double-float, long-float</B
></A
>, <I
>Type</I
></SPAN
></LI
><LI
><SPAN
><A HREF="t_rational.html"
><B
>rational</B
></A
>, <I
>System Class</I
></SPAN
></LI
><LI
><SPAN
><A HREF="t_ratio.html"
><B
>ratio</B
></A
>, <I
>System Class</I
></SPAN
></LI
><LI
><SPAN
><A HREF="t_integer.html"
><B
>integer</B
></A
>, <I
>System Class</I
></SPAN
></LI
><LI
><SPAN
><A HREF="t_signed-byte.html"
><B
>signed-byte</B
></A
>, <I
>Type</I
></SPAN
></LI
><LI
><SPAN
><A HREF="t_unsigned-byte.html"
><B
>unsigned-byte</B
></A
>, <I
>Type</I
></SPAN
></LI
><LI
><SPAN
><A HREF="t_mod.html"
><B
>mod</B
></A
>, <I
>Type Specifier</I
></SPAN
></LI
><LI
><SPAN
><A HREF="t_bit.html"
><B
>bit</B
></A
>, <I
>Type</I
></SPAN
></LI
><LI
><SPAN
><A HREF="t_fixnum.html"
><B
>fixnum</B
></A
>, <I
>Type</I
></SPAN
></LI
><LI
><SPAN
><A HREF="t_bignum.html"
><B
>bignum</B
></A
>, <I
>Type</I
></SPAN
></LI
><LI
><A HREF="f__eq.html"
><B
>=</B
></A
> <SPAN CLASS="cmtt"
>&amp;rest</SPAN
> <SPAN CLASS="cmssi"
>numbers</SPAN
><SUP CLASS="sup"
><SPAN CLASS="cmssi"
>+</SPAN
></SUP
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>generalized-boolean</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f__eq.html"
><B
>/=</B
></A
> <SPAN CLASS="cmtt"
>&amp;rest</SPAN
> <SPAN CLASS="cmssi"
>numbers</SPAN
><SUP CLASS="sup"
><SPAN CLASS="cmssi"
>+</SPAN
></SUP
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>generalized-boolean</SPAN
>, <I
>Function</I
></LI
><LI
><SPAN CLASS="cmtt"
>&lt;</SPAN
> <SPAN CLASS="cmtt"
>&amp;rest</SPAN
> <SPAN CLASS="cmssi"
>numbers</SPAN
><SUP CLASS="sup"
><SPAN CLASS="cmssi"
>+</SPAN
></SUP
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>generalized-boolean</SPAN
>, <I
>Function</I
></LI
><LI
><SPAN CLASS="cmtt"
>&gt;</SPAN
> <SPAN CLASS="cmtt"
>&amp;rest</SPAN
> <SPAN CLASS="cmssi"
>numbers</SPAN
><SUP CLASS="sup"
><SPAN CLASS="cmssi"
>+</SPAN
></SUP
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>generalized-boolean</SPAN
>, <I
>Function</I
></LI
><LI
><SPAN CLASS="cmtt"
>&lt;</SPAN
><A HREF="f__eq.html"
><B
>=</B
></A
> <SPAN CLASS="cmtt"
>&amp;rest</SPAN
> <SPAN CLASS="cmssi"
>numbers</SPAN
><SUP CLASS="sup"
><SPAN CLASS="cmssi"
>+</SPAN
></SUP
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>generalized-boolean</SPAN
>, <I
>Function</I
></LI
><LI
><SPAN CLASS="cmtt"
>&gt;</SPAN
><A HREF="f__eq.html"
><B
>=</B
></A
> <SPAN CLASS="cmtt"
>&amp;rest</SPAN
> <SPAN CLASS="cmssi"
>numbers</SPAN
><SUP CLASS="sup"
><SPAN CLASS="cmssi"
>+</SPAN
></SUP
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>generalized-boolean</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_max.html"
><B
>max</B
></A
> <SPAN CLASS="cmtt"
>&amp;rest</SPAN
> <SPAN CLASS="cmssi"
>reals</SPAN
><SUP CLASS="sup"
><SPAN CLASS="cmssi"
>+</SPAN
></SUP
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>max-real</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_max.html"
><B
>min</B
></A
> <SPAN CLASS="cmtt"
>&amp;rest</SPAN
> <SPAN CLASS="cmssi"
>reals</SPAN
><SUP CLASS="sup"
><SPAN CLASS="cmssi"
>+</SPAN
></SUP
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>min-real</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_minusp.html"
><B
>minusp</B
></A
> <SPAN CLASS="cmssi"
>real</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>generalized-boolean</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_minusp.html"
><B
>plusp</B
></A
> <SPAN CLASS="cmssi"
>real</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>generalized-boolean</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_zerop.html"
><B
>zerop</B
></A
> <SPAN CLASS="cmssi"
>number</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>generalized-boolean</SPAN
>, <I
>Function</I
></LI
><LI
><SPAN
><A HREF="f_floor.html"
><B
>floor, ffloor, ceiling, fceiling, truncate, ftruncate, round, fround</B
></A
>, <I
>Function</I
></SPAN
></LI
><LI
><A HREF="f_sin.html"
><B
>sin</B
></A
> <SPAN CLASS="cmssi"
>radians</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>number</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_sin.html"
><B
>cos</B
></A
> <SPAN CLASS="cmssi"
>radians</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>number</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_sin.html"
><B
>tan</B
></A
> <SPAN CLASS="cmssi"
>radians</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>number</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_asin.html"
><B
>asin</B
></A
> <SPAN CLASS="cmssi"
>number</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>radians</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_asin.html"
><B
>acos</B
></A
> <SPAN CLASS="cmssi"
>number</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>radians</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_asin.html"
><B
>atan</B
></A
> <SPAN CLASS="cmssi"
>number1</SPAN
> <SPAN CLASS="cmtt"
>&amp;optional</SPAN
> <SPAN CLASS="cmssi"
>number2</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>radians</SPAN
>, <I
>Function</I
></LI
><LI
><SPAN
><A HREF="v_pi.html"
><B
>pi</B
></A
>, <I
>Constant Variable</I
></SPAN
></LI
><LI
><A HREF="f_sinh.html"
><B
>sinh</B
></A
> <SPAN CLASS="cmssi"
>number</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>result</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_sinh.html"
><B
>cosh</B
></A
> <SPAN CLASS="cmssi"
>number</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>result</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_sinh.html"
><B
>tanh</B
></A
> <SPAN CLASS="cmssi"
>number</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>result</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_sinh.html"
><B
>asinh</B
></A
> <SPAN CLASS="cmssi"
>number</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>result</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_sinh.html"
><B
>acosh</B
></A
> <SPAN CLASS="cmssi"
>number</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>result</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_sinh.html"
><B
>atanh</B
></A
> <SPAN CLASS="cmssi"
>number</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>result</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f__star.html"
><B
>*</B
></A
> <SPAN CLASS="cmtt"
>&amp;rest</SPAN
> <SPAN CLASS="cmssi"
>numbers</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>product</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f__plus.html"
><B
>+</B
></A
> <SPAN CLASS="cmtt"
>&amp;rest</SPAN
> <SPAN CLASS="cmssi"
>numbers</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>sum</SPAN
>, <I
>Function</I
></LI
><LI
>&#8722; <SPAN CLASS="cmssi"
>number</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>negation</SPAN
>, <I
>Function</I
></LI
><LI
>&#8722; <SPAN CLASS="cmssi"
>minuend</SPAN
> <SPAN CLASS="cmtt"
>&amp;rest</SPAN
> <SPAN CLASS="cmssi"
>subtrahends</SPAN
><SUP CLASS="sup"
><SPAN CLASS="cmssi"
>+</SPAN
></SUP
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>di&#64256;erence</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f__dash.html"
><B
>/</B
></A
> <SPAN CLASS="cmssi"
>number</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>reciprocal</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f__dash.html"
><B
>/</B
></A
> <SPAN CLASS="cmssi"
>numerator</SPAN
> <SPAN CLASS="cmtt"
>&amp;rest</SPAN
> <SPAN CLASS="cmssi"
>denominators</SPAN
><SUP CLASS="sup"
><SPAN CLASS="cmssi"
>+</SPAN
></SUP
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>quotient</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_1_plus.html"
><B
>1+</B
></A
> <SPAN CLASS="cmssi"
>number</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>successor</SPAN
>, <I
>Function</I
></LI
><LI
><B
>1</B
>&#8722; <SPAN CLASS="cmssi"
>number</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>predecessor</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_abs.html"
><B
>abs</B
></A
> <SPAN CLASS="cmssi"
>number</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>absolute-value</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_evenp.html"
><B
>evenp</B
></A
> <SPAN CLASS="cmssi"
>integer</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>generalized-boolean</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_evenp.html"
><B
>oddp</B
></A
> <SPAN CLASS="cmssi"
>integer</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>generalized-boolean</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_exp.html"
><B
>exp</B
></A
> <SPAN CLASS="cmssi"
>number</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>result</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_exp.html"
><B
>expt</B
></A
> <SPAN CLASS="cmssi"
>base-number</SPAN
> <SPAN CLASS="cmssi"
>power-number</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>result</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_gcd.html"
><B
>gcd</B
></A
> <SPAN CLASS="cmtt"
>&amp;rest</SPAN
> <SPAN CLASS="cmssi"
>integers</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>greatest-common-denominator</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_incf.html"
><B
>incf</B
></A
> <SPAN CLASS="cmssi"
>place</SPAN
> [<SPAN CLASS="cmssi"
>delta-form</SPAN
>] <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>new-value</SPAN
>, <I
>Macro</I
></LI
><LI
><A HREF="f_incf.html"
><B
>decf</B
></A
> <SPAN CLASS="cmssi"
>place</SPAN
> [<SPAN CLASS="cmssi"
>delta-form</SPAN
>] <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>new-value</SPAN
>, <I
>Macro</I
></LI
><LI
><A HREF="f_lcm.html"
><B
>lcm</B
></A
> <SPAN CLASS="cmtt"
>&amp;rest</SPAN
> <SPAN CLASS="cmssi"
>integers</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>least-common-multiple</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_log.html"
><B
>log</B
></A
> <SPAN CLASS="cmssi"
>number</SPAN
> <SPAN CLASS="cmtt"
>&amp;optional</SPAN
> <SPAN CLASS="cmssi"
>base</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>logarithm</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_mod.html"
><B
>mod</B
></A
> <SPAN CLASS="cmssi"
>number</SPAN
> <SPAN CLASS="cmssi"
>divisor</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>modulus</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_mod.html"
><B
>rem</B
></A
> <SPAN CLASS="cmssi"
>number</SPAN
> <SPAN CLASS="cmssi"
>divisor</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>remainder</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_signum.html"
><B
>signum</B
></A
> <SPAN CLASS="cmssi"
>number</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>signed-prototype</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_sqrt.html"
><B
>sqrt</B
></A
> <SPAN CLASS="cmssi"
>number</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>root</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_sqrt.html"
><B
>isqrt</B
></A
> <SPAN CLASS="cmssi"
>natural</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>natural-root</SPAN
>, <I
>Function</I
></LI
><LI
><SPAN
><A HREF="t_random-state.html"
><B
>random-state</B
></A
>, <I
>System Class</I
></SPAN
></LI
><LI
><A HREF="f_make-random-state.html"
><B
>make-random-state</B
></A
> <SPAN CLASS="cmtt"
>&amp;optional</SPAN
> <SPAN CLASS="cmssi"
>state</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>new-state</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_random.html"
><B
>random</B
></A
> <SPAN CLASS="cmssi"
>limit</SPAN
> <SPAN CLASS="cmtt"
>&amp;optional</SPAN
> <SPAN CLASS="cmssi"
>random-state</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>random-number</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_random-state-p.html"
><B
>random-state-p</B
></A
> <SPAN CLASS="cmssi"
>object</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>generalized-boolean</SPAN
>, <I
>Function</I
></LI
><LI
><SPAN
><A HREF="v_random-state.html"
><B
>*random-state*</B
></A
>, <I
>Variable</I
></SPAN
></LI
><LI
><A HREF="f_numberp.html"
><B
>numberp</B
></A
> <SPAN CLASS="cmssi"
>object</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>generalized-boolean</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_cis.html"
><B
>cis</B
></A
> <SPAN CLASS="cmssi"
>radians</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>number</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_complex.html"
><B
>complex</B
></A
> <SPAN CLASS="cmssi"
>realpart</SPAN
> <SPAN CLASS="cmtt"
>&amp;optional</SPAN
> <SPAN CLASS="cmssi"
>imagpart</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>complex</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_complexp.html"
><B
>complexp</B
></A
> <SPAN CLASS="cmssi"
>object</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>generalized-boolean</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_conjugate.html"
><B
>conjugate</B
></A
> <SPAN CLASS="cmssi"
>number</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>conjugate</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_phase.html"
><B
>phase</B
></A
> <SPAN CLASS="cmssi"
>number</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>phase</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_realpart.html"
><B
>realpart</B
></A
> <SPAN CLASS="cmssi"
>number</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>real</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_realpart.html"
><B
>imagpart</B
></A
> <SPAN CLASS="cmssi"
>number</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>real</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_upgraded-complex-part-type.html"
><B
>upgraded-complex-part-type</B
></A
> <SPAN CLASS="cmssi"
>typespec</SPAN
> <SPAN CLASS="cmtt"
>&amp;optional</SPAN
> <SPAN CLASS="cmssi"
>environment</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>upgraded-typespec</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_realp.html"
><B
>realp</B
></A
> <SPAN CLASS="cmssi"
>object</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>generalized-boolean</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_numerator.html"
><B
>numerator</B
></A
> <SPAN CLASS="cmssi"
>rational</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>numerator</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_numerator.html"
><B
>denominator</B
></A
> <SPAN CLASS="cmssi"
>rational</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>denominator</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_rational.html"
><B
>rational</B
></A
> <SPAN CLASS="cmssi"
>number</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>rational</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_rational.html"
><B
>rationalize</B
></A
> <SPAN CLASS="cmssi"
>number</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>rational</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_rationalp.html"
><B
>rationalp</B
></A
> <SPAN CLASS="cmssi"
>object</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>generalized-boolean</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_ash.html"
><B
>ash</B
></A
> <SPAN CLASS="cmssi"
>integer</SPAN
> <SPAN CLASS="cmssi"
>count</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>shifted-integer</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_integer-length.html"
><B
>integer-length</B
></A
> <SPAN CLASS="cmssi"
>integer</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>number-of-bits</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_integerp.html"
><B
>integerp</B
></A
> <SPAN CLASS="cmssi"
>object</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>generalized-boolean</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_parse-integer.html"
><B
>parse-integer</B
></A
> <SPAN CLASS="cmssi"
>string</SPAN
> <SPAN CLASS="cmtt"
>&amp;key</SPAN
> <SPAN CLASS="cmssi"
>start</SPAN
> <SPAN CLASS="cmssi"
>end</SPAN
> <SPAN CLASS="cmssi"
>radix</SPAN
> <SPAN CLASS="cmssi"
>junk-allowed</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>integer,</SPAN
> <SPAN CLASS="cmssi"
>pos</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_boole.html"
><B
>boole</B
></A
> <SPAN CLASS="cmssi"
>op</SPAN
> <SPAN CLASS="cmssi"
>integer-1</SPAN
> <SPAN CLASS="cmssi"
>integer-2</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>result-integer</SPAN
>, <I
>Function</I
></LI
><LI
><SPAN
><A HREF="v_boole-1.html"
><B
>boole-1, boole-2, boole-and, boole-andc1, boole-andc2, boole-c1, boole-c2, boole-clr, boole-eqv, boole-ior, boole-nand, boole-nor, boole-orc1, boole-orc2, boole-set, boole-xor</B
></A
>, <I
>Constant Variable</I
></SPAN
></LI
><LI
><A HREF="f_logand.html"
><B
>logand</B
></A
> <SPAN CLASS="cmtt"
>&amp;rest</SPAN
> <SPAN CLASS="cmssi"
>integers</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>result-integer</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_logand.html"
><B
>logandc1</B
></A
> <SPAN CLASS="cmssi"
>integer-1</SPAN
> <SPAN CLASS="cmssi"
>integer-2</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>result-integer</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_logand.html"
><B
>logandc2</B
></A
> <SPAN CLASS="cmssi"
>integer-1</SPAN
> <SPAN CLASS="cmssi"
>integer-2</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>result-integer</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_logand.html"
><B
>logeqv</B
></A
> <SPAN CLASS="cmtt"
>&amp;rest</SPAN
> <SPAN CLASS="cmssi"
>integers</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>result-integer</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_logand.html"
><B
>logior</B
></A
> <SPAN CLASS="cmtt"
>&amp;rest</SPAN
> <SPAN CLASS="cmssi"
>integers</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>result-integer</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_logand.html"
><B
>lognand</B
></A
> <SPAN CLASS="cmssi"
>integer-1</SPAN
> <SPAN CLASS="cmssi"
>integer-2</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>result-integer</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_logand.html"
><B
>lognor</B
></A
> <SPAN CLASS="cmssi"
>integer-1</SPAN
> <SPAN CLASS="cmssi"
>integer-2</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>result-integer</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_logand.html"
><B
>lognot</B
></A
> <SPAN CLASS="cmssi"
>integer</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>result-integer</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_logand.html"
><B
>logorc1</B
></A
> <SPAN CLASS="cmssi"
>integer-1</SPAN
> <SPAN CLASS="cmssi"
>integer-2</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>result-integer</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_logand.html"
><B
>logorc2</B
></A
> <SPAN CLASS="cmssi"
>integer-1</SPAN
> <SPAN CLASS="cmssi"
>integer-2</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>result-integer</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_logand.html"
><B
>logxor</B
></A
> <SPAN CLASS="cmtt"
>&amp;rest</SPAN
> <SPAN CLASS="cmssi"
>integers</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>result-integer</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_logbitp.html"
><B
>logbitp</B
></A
> <SPAN CLASS="cmssi"
>index</SPAN
> <SPAN CLASS="cmssi"
>integer</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>generalized-boolean</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_logcount.html"
><B
>logcount</B
></A
> <SPAN CLASS="cmssi"
>integer</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>number-of-on-bits</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_logtest.html"
><B
>logtest</B
></A
> <SPAN CLASS="cmssi"
>integer-1</SPAN
> <SPAN CLASS="cmssi"
>integer-2</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>generalized-boolean</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_byte.html"
><B
>byte</B
></A
> <SPAN CLASS="cmssi"
>size</SPAN
> <SPAN CLASS="cmssi"
>position</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>bytespec</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_byte.html"
><B
>byte-size</B
></A
> <SPAN CLASS="cmssi"
>bytespec</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>size</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_byte.html"
><B
>byte-position</B
></A
> <SPAN CLASS="cmssi"
>bytespec</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>position</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_deposit-field.html"
><B
>deposit-field</B
></A
> <SPAN CLASS="cmssi"
>newbyte</SPAN
> <SPAN CLASS="cmssi"
>bytespec</SPAN
> <SPAN CLASS="cmssi"
>integer</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>result-integer</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_dpb.html"
><B
>dpb</B
></A
> <SPAN CLASS="cmssi"
>newbyte</SPAN
> <SPAN CLASS="cmssi"
>bytespec</SPAN
> <SPAN CLASS="cmssi"
>integer</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>result-integer</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_ldb.html"
><B
>ldb</B
></A
> <SPAN CLASS="cmssi"
>bytespec</SPAN
> <SPAN CLASS="cmssi"
>integer</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>byte</SPAN
>, <I
>Accessor</I
></LI
><LI
><A HREF="f_ldb.html"
><B
>(setf (ldb</B
></A
> <SPAN CLASS="cmssi"
>bytespec</SPAN
> <SPAN CLASS="cmssi"
>place</SPAN
><B
>)</B
> <SPAN CLASS="cmssi"
>new-byte</SPAN
><B
>)</B
>, <I
>Accessor</I
></LI
><LI
><A HREF="f_ldb-test.html"
><B
>ldb-test</B
></A
> <SPAN CLASS="cmssi"
>bytespec</SPAN
> <SPAN CLASS="cmssi"
>integer</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>generalized-boolean</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_mask-field.html"
><B
>mask-field</B
></A
> <SPAN CLASS="cmssi"
>bytespec</SPAN
> <SPAN CLASS="cmssi"
>integer</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>masked-integer</SPAN
>, <I
>Accessor</I
></LI
><LI
><A HREF="f_mask-field.html"
><B
>(setf (mask-field</B
></A
> <SPAN CLASS="cmssi"
>bytespec</SPAN
> <SPAN CLASS="cmssi"
>place</SPAN
><B
>)</B
> <SPAN CLASS="cmssi"
>new-masked-integer</SPAN
><B
>)</B
>, <I
>Accessor</I
></LI
><LI
><SPAN
><A HREF="v_most-positive-fixnum.html"
><B
>most-positive-fixnum, most-negative-fixnum</B
></A
>, <I
>Constant Variable</I
></SPAN
></LI
><LI
><A HREF="f_decode-float.html"
><B
>decode-float</B
></A
> <SPAN CLASS="cmssi"
>float</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>significand,</SPAN
> <SPAN CLASS="cmssi"
>exponent,</SPAN
> <SPAN CLASS="cmssi"
>sign</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_decode-float.html"
><B
>scale-float</B
></A
> <SPAN CLASS="cmssi"
>float</SPAN
> <SPAN CLASS="cmssi"
>integer</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>scaled-float</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_decode-float.html"
><B
>float-radix</B
></A
> <SPAN CLASS="cmssi"
>float</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>float-radix</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_decode-float.html"
><B
>float-sign</B
></A
> <SPAN CLASS="cmssi"
>float-1</SPAN
> <SPAN CLASS="cmtt"
>&amp;optional</SPAN
> <SPAN CLASS="cmssi"
>float-2</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>signed-float</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_decode-float.html"
><B
>float-digits</B
></A
> <SPAN CLASS="cmssi"
>float</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>digits1</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_decode-float.html"
><B
>float-precision</B
></A
> <SPAN CLASS="cmssi"
>float</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>digits2</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_decode-float.html"
><B
>integer-decode-float</B
></A
> <SPAN CLASS="cmssi"
>float</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>significand,</SPAN
> <SPAN CLASS="cmssi"
>exponent,</SPAN
> <SPAN CLASS="cmssi"
>integer-sign</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_float.html"
><B
>float</B
></A
> <SPAN CLASS="cmssi"
>number</SPAN
> <SPAN CLASS="cmtt"
>&amp;optional</SPAN
> <SPAN CLASS="cmssi"
>prototype</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>float</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_floatp.html"
><B
>floatp</B
></A
> <SPAN CLASS="cmssi"
>object</SPAN
>, <I
>Function</I
></LI
><LI
>generalized-boolean, <I
>Function</I
></LI
><LI
><SPAN
><A HREF="v_most-positive-short-float.html"
><B
>most-positive-short-float, least-positive-short-float, least-positive-normalized-short-float, most-positive-double-float, least-positive-double-float, least-positive-normalized-double-float, most-positive-long-float, least-positive-long-float, least-positive-normalized-long-float, most-positive-single-float, least-positive-single-float, least-positive-normalized-single-float, most-negative-short-float, least-negative-short-float, least-negative-normalized-short-float, most-negative-single-float, least-negative-single-float, least-negative-normalized-single-float, most-negative-double-float, least-negative-double-float, least-negative-normalized-double-float, most-negative-long-float, least-negative-long-float, least-negative-normalized-long-float</B
></A
>, <I
>Constant Variable</I
></SPAN
></LI
><LI
><SPAN
><A HREF="v_short-float-epsilon.html"
><B
>short-float-epsilon, short-float-negative-epsilon, single-float-epsilon, single-float-negative-epsilon, double-float-epsilon, double-float-negative-epsilon, long-float-epsilon, long-float-negative-epsilon</B
></A
>, <I
>Constant Variable</I
></SPAN
></LI
><LI
><SPAN
><A HREF="t_arithmetic-error.html"
><B
>arithmetic-error</B
></A
>, <I
>Condition Type</I
></SPAN
></LI
><LI
><A HREF="f_arithmetic-error-operands.html"
><B
>arithmetic-error-operands</B
></A
> <SPAN CLASS="cmssi"
>condition</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>operands</SPAN
>, <I
>Function</I
></LI
><LI
><A HREF="f_arithmetic-error-operands.html"
><B
>arithmetic-error-operation</B
></A
> <SPAN CLASS="cmssi"
>condition</SPAN
> <SPAN CLASS="arrow"
>&#8594;</SPAN
> <SPAN CLASS="cmssi"
>operation</SPAN
>, <I
>Function</I
></LI
><LI
><SPAN
><A HREF="t_division-by-zero.html"
><B
>division-by-zero</B
></A
>, <I
>Condition Type</I
></SPAN
></LI
><LI
><SPAN
><A HREF="t_floating-point-invalid-operation.html"
><B
>floating-point-invalid-operation</B
></A
>, <I
>Condition Type</I
></SPAN
></LI
><LI
><SPAN
><A HREF="t_floating-point-inexact.html"
><B
>floating-point-inexact</B
></A
>, <I
>Condition Type</I
></SPAN
></LI
><LI
><SPAN
><A HREF="t_floating-point-overflow.html"
><B
>floating-point-overflow</B
></A
>, <I
>Condition Type</I
></SPAN
></LI
><LI
><SPAN
><A HREF="t_floating-point-underflow.html"
><B
>floating-point-underflow</B
></A
>, <I
>Condition Type</I
></SPAN
></LI
></UL
></SECTION
></DIV
><DIV CLASS="footer"
><DIV CLASS="btmnav"
><A HREF="12_1_Number_Concepts.html" CLASS="prev"
>&#8592;</A
><A HREF="t_number.html" CLASS="next"
>&#8594;</A
></DIV
><DIV CLASS="trail"
>Conversion to HTML copyright 2023 by Gilbert Baumann</DIV
></DIV
></DIV
><SCRIPT
>domReady();</SCRIPT
></BODY
></HTML
>