vmean   xtlang


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

Implementation

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


Back to Index

Similar Entries