commit | 249b9c761d1fa0893740092df1d713ce0d91e856 | [log] [tgz] |
---|---|---|
author | Rachel Dowdall <rjdowdall@gmail.com> | Sat Mar 22 14:39:33 2014 +0000 |
committer | Rachel Dowdall <rjdowdall@gmail.com> | Sat Mar 22 14:39:33 2014 +0000 |
tree | f6638e1ac3349c50ade00fda4ac093c90c2d105e | |
parent | 17f45d41fefdb75fb76fca00ce4d7d5e158b6ea5 [diff] [blame] |
Fixed broken math functions that return bool and added some more.
diff --git a/py/qstrdefs.h b/py/qstrdefs.h index 929fcaf..0e0479e 100644 --- a/py/qstrdefs.h +++ b/py/qstrdefs.h
@@ -145,13 +145,21 @@ Q(ceil) Q(copysign) Q(fabs) -Q(floor) Q(fmod) -Q(frexp) +Q(floor) Q(isfinite) Q(isinf) Q(isnan) Q(trunc) +Q(modf) +Q(frexp) +Q(ldexp) +Q(degrees) +Q(radians) +Q(erf) +Q(erfc) +Q(gamma) +Q(lgamma) Q(mem_total) Q(mem_current)