* Corrected prototype of rgexp(), now conforms to Delphi

This commit is contained in:
carl 2001-12-20 03:59:39 +00:00
parent 562bc8f15b
commit c587ff66de

View File

@ -371,7 +371,7 @@ If \var{x} is larger than \var{maxint}, an overflow will occur.
\begin{procedure}{frexp}
\Declaration
Procedure frexp(x : float;var mantissa,exponent : float);
Procedure frexp(x : float;var mantissa : float; var exponent : integer);
\Description
\var{Frexp} returns the mantissa and exponent of it's argument
\var{x} in \var{mantissa} and \var{exponent}.