Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface describing function options.

Hierarchy

Index

Properties

Properties

dtype

dtype: "complex128"

Output array data type.

Optional endpoint

endpoint: undefined | false | true

Boolean indicating whether to include the stop value in the output array.

Notes

  • If false, the function generates length + 1 linearly spaced values over the interval [start, stop] and only writes length values to the output array, thus excluding stop from the output array. Accordingly, for a fixed length, the spacing between adjacent values in the output array changes depending on the value of endpoint.