diff options
Diffstat (limited to 'manual/arith.texi')
-rw-r--r-- | manual/arith.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/arith.texi b/manual/arith.texi index 9db50cf..ec16b7a 100644 --- a/manual/arith.texi +++ b/manual/arith.texi @@ -78,7 +78,7 @@ handle values like this. Beside @code{INFINITY} also the value @code{-INFINITY} is representable and it is handled differently if needed. It is possible to test a value for infiniteness using a simple comparison but the -recommended way is to use the the @code{isinf} function. +recommended way is to use the @code{isinf} function. This macro was introduced in the @w{ISO C 9X} standard. @end deftypevr |