mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 18:29:28 +02:00
* fixed 2^63
This commit is contained in:
parent
dd08c958b6
commit
aed65ee35c
@ -4993,7 +4993,7 @@ Function Cos (X : Real) : Real;
|
||||
\Description
|
||||
\var{Cos} returns the cosine of \var{X}, where X is an angle, in radians.
|
||||
|
||||
If the absolute value of the argument is larger than \var{2^63}, then the
|
||||
If the absolute value of the argument is larger than \var{2\^{}63}, then the
|
||||
result is undefined.
|
||||
\Errors
|
||||
None.
|
||||
@ -6255,7 +6255,7 @@ Function Sin (X : Real) : Real;
|
||||
\var{Sin} returns the sine of its argument \var{X}, where \var{X} is an
|
||||
angle in radians.
|
||||
|
||||
If the absolute value of the argument is larger than \var{2^63}, then the
|
||||
If the absolute value of the argument is larger than \var{2\^{}63}, then the
|
||||
result is undefined.
|
||||
\Errors
|
||||
None.
|
||||
|
Loading…
Reference in New Issue
Block a user