mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 09:49:50 +02:00
* Corrected prototype of rgexp(), now conforms to Delphi
This commit is contained in:
parent
562bc8f15b
commit
c587ff66de
@ -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}.
|
||||
|
Loading…
Reference in New Issue
Block a user