vmean   xtlang


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

Implementation

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


Back to Index

Similar Entries