mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 15:47:51 +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}
|
\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}.
|
||||||
|
Loading…
Reference in New Issue
Block a user