[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
Title: | DEC C Problem Reporting Forum |
Notice: | Report DEC C++ problems in TURRIS::C_PLUS_PLUS |
Moderator: | CXXC::REPETE TCHEON |
|
Created: | Fri Nov 13 1992 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 1299 |
Total number of notes: | 6249 |
1294.0. "Definition of "Coefficient" in LIB$ROUTINES.H" by CSC32::HADDOCK (Pas Fini!) Fri May 16 1997 12:13
It appears that the definition of "coefficient" in lib$routines.h for
DECC 5.5 is incorrect in the section:
#define lib$polyh LIB$POLYH
#ifdef __NEW_STARLET
unsigned int lib$polyh(
int *polynomial_argument [4],
short int *degree,
int coefficient [4] [],
int *floating_point_result [4]);
#else /* __OLD_STARLET */
unsigned int lib$polyh(__unknown_params);
#endif /* #ifdef __NEW_STARLET */
The definition should be
int coefficient [],
as in other sections of the file.
fred();
T.R | Title | User | Personal Name | Date | Lines |
---|
1294.1 | See note 2122 in TURRIS::DECC | TLE::BORIS | Boris Gubenko, DEC C RTL | Fri May 16 1997 13:16 | 0
|