Browse Source

* fixed 2^63

peter 25 years ago
parent
commit
aed65ee35c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/ref.tex

+ 2 - 2
docs/ref.tex

@@ -4993,7 +4993,7 @@ Function Cos (X : Real) : Real;
 \Description
 \Description
 \var{Cos} returns the cosine of \var{X}, where X is an angle, in radians.
 \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.
 result is undefined.
 \Errors
 \Errors
 None.
 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
 \var{Sin} returns the sine of its argument \var{X}, where \var{X} is an
 angle in radians. 
 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.
 result is undefined.
 \Errors
 \Errors
 None.
 None.