f4   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/examples/contrib/cas.xtm

Implementation

;; you may combine the macros in any valid way
;; remembering some expressions take/return vectors!
(bind-func f4
  (lambda (x y)
    (+ (simplify (* (+ x 5) (- 6 y)))
       (diff (pow x 2)))))


Back to Index

Similar Entries