diff options
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r-- | py/qstrdefs.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h index 57ed162f81..649f89eb1e 100644 --- a/py/qstrdefs.h +++ b/py/qstrdefs.h @@ -141,6 +141,16 @@ Q(acos) Q(asin) Q(atan) Q(atan2) +Q(ceil) +Q(copysign) +Q(fabs) +Q(floor) +Q(fmod) +Q(frexp) +Q(isfinite) +Q(isinf) +Q(isnan) +Q(trunc) Q(mem_total) Q(mem_current) |