sqrd   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/tests/core/xtlang.xtm

Implementation

;; polys can Also specialize
;; on the return type
(bind-func sqrd
  (lambda (a:double)
    (* a a)))


Back to Index

Similar Entries