home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / calculat / sm30a.zip / POLAR.KEY < prev    next >
Text File  |  1993-11-07  |  286b  |  10 lines

  1. * polar                                                external
  2. polar(r,t) plots a function r=f(t) in polar coordinates with the default
  3. values t from 0 to 2 pi, and r from 0 to 5.
  4.  
  5. polar(r,t,tmin,tmax)
  6. polar(r,t,tmin,tmax,rmin,rmax)
  7.  
  8. See also: dotplot, polar.
  9. e.g. polar(1,t)
  10.