binomial   macro


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

Implementation

(define-macro (binomial n p a)
  (list 'quote (scmcas 'binomial n p a)))


Back to Index