Re: int/float



On Thu, Sep 11, 2003 at 09:47:40PM +1000, Charles R. Twardy wrote:

How do I make Gnumeric treat something as an int or float? It's critically
important for a plugin I'm writing to know whether it's got continuous or
multinomial data.

User entered data with no decimal point will map to an int.

Operators generally do the right thing and try to maintain
integerness.

Function results tend to be what ever makes sense.  None of them try
to be smart about int vs float results.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]