PureData CEAMMC library web documentation
доступно с версии: 0.9
In linear space, the sequence starts at base^start (base to the power of start) and ends with base^stop (see @endpoint).
START
@start property
тип: float
STOP
@stop property
тип: float
BASE
@base property
тип: atom
N
@n property
тип: int
@start
Запросить/установить starting value of the sequence: base^start
тип: float
по умолчанию: 0
@stop
Запросить/установить the final value (base^stop) of the sequence, unless @endpoint is false. In that
case, @n + 1 values are spaced over the interval in log-space, of which all but
the last (a sequence of length @n) are returned.
тип: float
по умолчанию: 2
@n
Запросить/установить number of points
тип: int
диапазон: 4..1024
по умолчанию: 100
@base
Запросить/установить x-axis scale base
тип: atom
варианты: 10, 2, e
по умолчанию: 10
@2
Запросить/установить alias to @base 2
тип: atom
@10
Запросить/установить alias to @base 10
тип: atom
@e
Запросить/установить alias to @base e
тип: atom
@endpoint
Запросить/установить include @stop to interval
тип: bool
по умолчанию: 1
Смотрите также: [plot.linspace~] [plot.geomspace~]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later