Re: A89: TIOS int format


[Prev][Next][Index][Thread]

Re: A89: TIOS int format




Hi!

>> Your code is OK.
> 
> No, I mean that won't work because we can't define structute myint,
> can we? We can't do a variable length structure, so we can't do any
> code like that because we can't define type big_int - or can we?

Huh... mea culpa... I didn't look at your code carefully :-)

> Well that makes some more sense, and it's how I'd expect TI to set up the
> SDK.  It seems to make sense that they have one slightly longer method
that
> can handle much more complex situations. . .

NG_rationalESI function can handle as complex situations as possible in
TI-Basic. All you need is to build up a RPN expression on estack before
calling NG_rationalESI, which will evaluate it.

Zeljko