These are defined in cmath

This commit is contained in:
Anonymous
2014-01-19 02:56:04 -07:00
parent 599cb25cf8
commit cc8938ed6d
@@ -90,7 +90,6 @@ inline float abs(float f)
{
return std::abs(f);
}
#endif
inline float sqrt(float f)
{
@@ -131,6 +130,7 @@ inline float pow(float x, float y)
{
return std::pow(x, y);
}
#endif
#endif