home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / p / python / pyhtmldoc / m / miscellane < prev    next >
Text File  |  1996-11-14  |  1KB  |  26 lines

  1. <TITLE>Miscellaneous Services -- Python library reference</TITLE>
  2. Next: <A HREF="../g/generic_operating_system_services" TYPE="Next">Generic Operating System Services</A>  
  3. Prev: <A HREF="../s/string_services" TYPE="Prev">String Services</A>  
  4. Up: <A HREF="../t/top" TYPE="Up">Top</A>  
  5. Top: <A HREF="../t/top" TYPE="Top">Top</A>  
  6. <H1>5. Miscellaneous Services</H1>
  7. The modules described in this chapter provide miscellaneous services
  8. that are available in all Python versions.  Here's an overview:
  9. <P>
  10. <DL>
  11. <DT><B>math</B><DD>--- Mathematical functions (<CODE>sin()</CODE> etc.).
  12. <P>
  13. <DT><B>rand</B><DD>--- Integer random number generator.
  14. <P>
  15. <DT><B>whrandom</B><DD>--- Floating point random number generator.
  16. <P>
  17. <DT><B>array</B><DD>--- Efficient arrays of uniformly typed numeric values.
  18. <P>
  19. </DL>
  20. <H2>Menu</H2><DL COMPACT>
  21. <DT><A HREF="../m/math" TYPE=Menu>math</A>
  22. <DD><DT><A HREF="../r/rand" TYPE=Menu>rand</A>
  23. <DD><DT><A HREF="../w/whrandom" TYPE=Menu>whrandom</A>
  24. <DD><DT><A HREF="../a/array" TYPE=Menu>array</A>
  25. <DD></DL>
  26.