sqrd   xtlang


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

Implementation

(bind-func sqrd
  (lambda (a:double)
    (dtoi64 (* a a))))


Back to Index

Similar Entries