This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Where are std::sinf( float ) etc.


Howard Hinnant <hhinnant@apple.com> writes:

| On Dec 28, 2005, at 11:53 PM, Gabriel Dos Reis wrote:
| 
| > | I Googled around and saw c_shadow that had these but was later
| > removed.
| > |
| > | In addition, TR1 is very clear that the new C99 math functions in
| > | section 8.16.1 such as
| > | double acosh(double x);
| > | float acoshf(float x);
| > | long double acoshl(long double x);
| > | have these suffixed versions
| >
| > TR1 is not part of the standard (yet) and we still have to dig out
| > which part of TR1 will be merged into C+0x.
| 
| We seem to have already merged (perhaps incompletely) some parts of
| this very part of TR1 as if it was already standard.

I'm confused as to what you're referring to: the C++0x working paper
or the libstdc++ implementation?

-- Gaby


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]