vmean   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/core/math.xtm

Implementation

(bind-func vmean
  (lambda (buf:float* len:i64)
    (/ (vsum buf len) (convert len))))


Back to Index

Similar Entries