Did you try passing in an f64vector instead of a vector?

On 11/11/07, Terrence Brannon <[EMAIL PROTECTED]> wrote:
> My guess was f64vector. That compiled, but passing a Scheme vector in failed:
>
> #;2> (let ([vec (vector 0 1 1)]) (polevl 42 vec (vector-length vec)))
> Error: bad argument type - not a number-vector or not of the correct type
> #(0 1 1)
> f64vector


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

Reply via email to