rtod   xtlang


Defined in:  https://github.com/digego/extempore/tree/v0.8.9/libs/core/rational.xtm

Implementation

(bind-func rtod
  (lambda (a:Rational)
    (/ (i64tod (tref a 0)) (i64tod (tref a 1)))))


Back to Index