Browse Source

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

carl 23 years ago
parent
commit
c587ff66de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/math.tex

+ 1 - 1
docs/math.tex

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