srfi-4 doc is a good place to look for info on number-vectors.  All
you need do there is replace vector with f64vector and vector-length
with f64vector-length.  I think this should work.

On 11/12/07, Terrence Brannon <[EMAIL PROTECTED]> wrote:
> Well, no here is what I did:
>  (let ([vec (vector 0 1 1)]) (polevl 42 vec (vector-length vec)))
>
> how would I pass in an f64 vec?


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to