fspan

Creates a span of evenly spaced floating point numbers.


Synopsis

	function fspan(
		start [1] : float,
		finish [1] : float,
		num[1] : integer
	)

Arguments

start
floating point value to start at
finish
floating point value to end at
num
number of equally spaced points between start and finish

Description

fspan returns an singly dimensioned array with num equally spaced points from start to finish inclusive.

Reference Manual Control Panel

NG4.1 Home, Index, Examples, Glossary, Feedback, Ref Contents, Ref WhereAmI?


$Revision: 1.5 $ $Date: 1998/06/15 21:29:25 $