chickadee » math » fpvector-map

(fpvector-map proc xs xss ...) -> f64vectorsyntax
proc
(flonum flonum ... -> flonum)
xs
f64vector
xss
f64vector

Applies proc to the corresponding elements of xs and xss. Analogous to vector-map.

The proc is meant to accept the same number of arguments as the number of its following flonum vector arguments.