Re: [HACKERS] Numeric Functions

2008-04-22 Thread Gregory Stark
"Aaron Spiteri" <[EMAIL PROTECTED]> writes: > I was wandering if there where any intentions of moving some of the > currently internal numeric function prototypes to the Numeric header file. I > believe such functions like cmp_numerics, add_var, etc would come in handy > when writing user defined

Re: [HACKERS] Numeric Functions

2008-04-22 Thread Andrew Dunstan
Aaron Spiteri wrote: I was wandering if there where any intentions of moving some of the currently internal numeric function prototypes to the Numeric header file. I believe such functions like cmp_numer

[HACKERS] Numeric Functions

2008-04-22 Thread Aaron Spiteri
I was wandering if there where any intentions of moving some of the currently internal numeric function prototypes to the Numeric header file. I believe such functions like cmp_numerics, add_var, etc would come in handy when writing user defined C code. Would there be many ill effects by do