Hi,

No APL kb with me right now, sorry :(

1 LCM n

gives the numerator of a fraction (floating or exact). If you need the 
denominator, do the same with the inverse of n. If you need both, for example:

1 LCM n POW 1 _1

Cheers,
Louis

> On 28 Aug 2017, at 23:24, Frederick Pitts <fred.pit...@comcast.net> wrote:
> 
> Hello,
> 
>    Is there an existing mechanism for accessing rational number
> numerator and denominator parts analogous to that for accessing complex
> number real and imaginary parts?  If yes, please let me know how.  If
> no, can a mechanism be implemented?
> 
> Respectfully,
> 
> Fred
> 


Reply via email to