Toggle navigation
Extempore Functions Index
Core release (v0.8.9)
(current)
XTM Extensions
About
Submit
hidden link
rtof
xtlang
Defined in:
https://github.com/digego/extempore/tree/v0.8.9/libs/core/rational.xtm
Implementation
(
bind-func
rtof
(
lambda
(
a:Rational
)
(
/
(
i64tof
(
tref
a
0
))
(
i64tof
(
tref
a
1
)))))
Back to Index