iota


function iota<Type>(x:Type, length:Integer) -> Real[_]

Create vector filled with a sequentially incrementing values.

  • x Initial value.
  • length Length.