History log of /bionic/libstdc++/include/cmath
Revision Date Author Comments
2214a1ce1753e19799a3c559f9e6bc9854052975 14-Sep-2014 m4tx <m4tx@m4tx.pl> Fix filename in comment in cmath

It looks like the file comment was copy-pasted from ctime. Fixed filename in comment to "math.h".

Change-Id: I27b0c2a7827076a91fc7b63913fad6eee4d6a79e
Signed-off-by: m4tx <m4tx@m4tx.pl>
0621a279adfb981ea1f0564e7fc8280cda78e043 26-Jun-2010 David 'Digit' Turner <digit@google.com> libstdc++: use extern "C++" in all our C++ system headers.

This is needed to build an independent toolchain with g++ that doesn't think
that all these headers are in C.

Change-Id: Ie9a8ccfcab7780d6a4e5722777d61c2b1b312001
8169573c8744ee3a484ea74bd5e06a8a4f708e37 18-May-2009 David 'Digit' Turner <digit@google.com> Add <cmath> standard C++ header.
This is needed for upcoming STLport experimentation.