Jump to content

Talk:Tgmath.h

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 1exec1 (talk | contribs) at 15:46, 24 November 2011 (Undid revision 462264641 by 1exec1 (talk)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconC/C++ NA‑class
WikiProject iconThis redirect is within the scope of WikiProject C/C++, a collaborative effort to improve the coverage of C and C++ topics on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
NAThis redirect does not require a rating on Wikipedia's content assessment scale.

Template:IEP assignment

floating point remainder links to the page of an audio player

Table describing each function in detail

Can we add a table which describes each function in detail? For example, it could contain what "ceil" does, that is, if a floating point number is given as input, it outputs the integer which is not less than the number given as input and a few examples which would remove all ambiguity. Wouldn't that describe the function well?
Also we could add another table which would describe the return values when inappropriate input is given. For example, nan is returned if input beyond the scope of double is given as input and so on... Jobin (talk) 09:40, 17 September 2011 (UTC)[reply]