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

  1. #    this is demo of polar() of r=r(t). 
  2. #    e.g. polar(1,t) for r=1, 
  3.  
  4. polar(1,t)
  5. polar(1,t,0,2*pi,0,5)    # you should change aspect ratio if it is not exact circle
  6.