rtoi64   xtlang


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

Implementation

(bind-func rtoi64
  (lambda (a:Rational)
    (dtoi64 (rtod a))))


Back to Index