Closed saminbassiri closed 5 months ago
This PR closes #666 and make the inc argument in seq() built-in function an optional argument.
inc
seq()
Features:
seq(from, to)
from
to
Changes:
1
doc/DaphneDSL/Builtins.md
This PR closes #666 and make the
inc
argument inseq()
built-in function an optional argument.Features:
seq(from, to)
to generate a column matrix containing an arithmetic sequence of values starting atfrom
, going throughto
in increments of one.Changes:
inc
optional with default value1
inseq()
function at the DSL leveldoc/DaphneDSL/Builtins.md
forseq()
function with optionalinc
arguments