sqr   xtlang


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

Implementation

;; define two sqr polys (i32 and i64)
(bind-func sqr (lambda (x:i32) (* x x)))


Back to Index

Similar Entries