Re: libm/gamma.c
Thorsten Glaser <[email protected]>
| Newsgroups | gmane.linux.lib.dietlibc |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 27 Aug 2009, Nikola Vladov wrote: > #define B0 (double) + 1.0l/ 6/ 1/ 2 This is actually against what SHOULD be a preprocessor macro. #define B0 ((double) + 1.0l/ 6/ 1/ 2) Would this work as well? bye, //mirabilos -- Sometimes they [people] care too much: pretty printers [and syntax highligh- ting, d.A.] mechanically produce pretty output that accentuates irrelevant detail in the program, which is as sensible as putting all the prepositions in English text in bold font. -- Rob Pike in "Notes on Programming in C"