Re: Degrees of Freedom in One-Way Anova by Rows

2000-12-14 Thread Jody Goldberg
On Mon, Dec 11, 2000 at 08:44:58AM +1000, Phillip J Shelton wrote: > This week I will start re-organising the gnumeric functions into better > function class groupings. > > Is there anyone who I will need to talk to about with respect to either code > updates they have or the financial library?

Re: AccrInt

2001-01-29 Thread Jody Goldberg
On Sun, Jan 28, 2001 at 09:14:12PM -0500, James R. Van Zandt wrote: > > I would much prefer that both compatible and correct versions be > implemented. There are two distinct questions. 1) replicate poor function interfaces 2) replicate calculation errors The former is a partial requirem

Re: AccrInt

2001-02-05 Thread Jody Goldberg
On Mon, Jan 29, 2001 at 11:26:38AM -0600, John Hasler wrote: > Phillip J Shelton writes: > > I don't intend to un-Excel clone gnumeric. If the spreadsheet functions > > need errors coded in then that is what has to happen. > > Then I will neither use nor recommend gnumeric. I have no objection

Re: gnome2 graphing status

2004-08-16 Thread Jody Goldberg
On Mon, Aug 16, 2004 at 09:08:56AM -0500, Linas Vepstas wrote: > On Fri, Aug 13, 2004 at 11:30:35AM +0200, Christian Stimming was heard to remark: > > >So, I've been looking into the gnome-office-graphing [GOG] stuff, and > > >noticed that it doesn't have a feature of guppi we were using, which is

Re: I see a problem here.

1999-08-15 Thread Jody Goldberg
On Sun, Aug 15, 1999 at 10:55:51PM -0400, Russell Nelson wrote: > > Can you say "unchecked mallocs"? I would say at very least that you > need to check the trans at the beginning of xaccInitTransaction: > > if (!trans) return; > > This is to say nothing about calls to strdup. One of the tec