http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53775
Bug #: 53775
Summary: Errors in libquadmath documentation
Classification: Unclassified
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: [email protected]
ReportedBy: [email protected]
These entries in the libquadmath (on-line) documentation are incorrect:
M_PI_2q: two pi
M_PI_4q: four pi
they should be:
M_PI_2q: pi divided by two
M_PI_4q: pi divided by four
