\end{funcdesc}
\begin{funcdesc}{ceil}{x}
-Return the ceiling of \var{x} as a real.
+Return the ceiling of \var{x} as a float.
\end{funcdesc}
\begin{funcdesc}{cos}{x}
\end{funcdesc}
\begin{funcdesc}{fabs}{x}
-Return the absolute value of the real \var{x}.
+Return the absolute value of the floating point number \var{x}.
\end{funcdesc}
\begin{funcdesc}{floor}{x}
-Return the floor of \var{x} as a real.
+Return the floor of \var{x} as a float.
\end{funcdesc}
\begin{funcdesc}{fmod}{x, y}
\begin{funcdesc}{modf}{x}
Return the fractional and integer parts of \var{x}. Both results
-carry the sign of \var{x}. The integer part is returned as a real.
+carry the sign of \var{x}. The integer part is returned as a float.
\end{funcdesc}
\begin{funcdesc}{pow}{x, y}