[alexandria-devel] [Patch]: Fix an example in the docstring of iota.
Nikodemus Siivola
nikodemus at random-state.net
Sat Jan 26 13:53:52 UTC 2013
On 16 May 2012 00:35, Stas Boukarev <stassats at gmail.com> wrote:
> Thinking about it some more,
> (alexandria:iota 5 :start 1.0 :step #c(0 2)) =>
> (1.0 #C(1.0 2.0) #C(1.0 4.0) #C(1.0 6.0) #C(1.0 8.0))
> doesn't look right.
I fully confess that I never thought about complex numbers with IOTA.
Fix in my tree, pushing soon.
Cheers,
-- Nikodemus
More information about the alexandria-devel
mailing list