test46   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/examples/core/extempore_lang.xtm

Implementation

;; specialize on [double,doube]*
(bind-func test46:[double,double]*
  (lambda (a)
    (+ 1.0 (sqrd a))))


Back to Index