home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / library / demoware / asymptot.hqx / Asymptote 1.1 Demo / Scripts / Utility Scripts / xrange < prev   
Encoding:
Text File  |  1994-11-01  |  341 b   |  13 lines

  1. % xrange xstart xend
  2. % Fill the x vector with values from xstart to xend
  3. %
  4. % ARGUMENTS:
  5. %        xstart    -- starting x value
  6. %        xend        -- last x value
  7. %
  8. % DESCRIPTION:
  9. % Replace the x vector with x values ranging from xstart to xend.
  10. %
  11. % ---------------------------------------------------------------
  12. hide
  13. rpn index 1 - npts 1 - / &2 &1 - * &1 + >x