fix from Felix

svn: r13912
This commit is contained in:
Eli Barzilay 2009-03-03 16:22:02 +00:00
parent 995b336f08
commit 164171be11

View File

@ -433,7 +433,7 @@ curve fitting. The code that implements the algorithm is public
domain, and is used by the @tt{gnuplot} package.
@defproc[(fit [f (real? ... . -> . real?)]
[guess-list (list/c (cons symbol? real?))]
[guess-list (list/c (list symbol? real?))]
[data (or/c (list-of (vector/c real? real? real?))
(list-of (vector/c real? real? real? real?)))])
fit-result?]{