~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to doc/gawktexi.in

  • Committer: Arnold D. Robbins
  • Date: 2015-11-15 20:41:33 UTC
  • mto: (408.28.3) (731.1.8)
  • mto: This revision was merged to the branch mainline in revision 578.
  • Revision ID: git-v1:ae8d0857f3f91e09459ebd89c2fcdb632ecef3e6
Doc fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14330
14330
(@pxref{Arbitrary Precision Arithmetic}):
14331
14331
 
14332
14332
@table @code
 
14333
@item PROCINFO["gmp_version"]
 
14334
@cindex version of GNU MP library
 
14335
The version of the GNU MP library.
 
14336
 
14333
14337
@cindex version of GNU MPFR library
14334
14338
@item PROCINFO["mpfr_version"]
14335
14339
The version of the GNU MPFR library.
14336
14340
 
14337
 
@item PROCINFO["gmp_version"]
14338
 
@cindex version of GNU MP library
14339
 
The version of the GNU MP library.
14340
 
 
14341
14341
@item PROCINFO["prec_max"]
14342
14342
@cindex maximum precision supported by MPFR library
14343
14343
The maximum precision supported by MPFR.
36031
36031
Try to use one of the mirrors; they
36032
36032
will be less busy, and you can usually find one closer to your site.
36033
36033
 
 
36034
You may also retrieve the @command{gawk} source code from the official
 
36035
Git repository; for more information see @ref{Accessing The Source}.
 
36036
 
36034
36037
@node Extracting
36035
36038
@appendixsubsec Extracting the Distribution
36036
36039
@command{gawk} is distributed as several @code{tar} files compressed with
37775
37778
Put the name of the function at the beginning of its own line.
37776
37779
 
37777
37780
@item
 
37781
Use @samp{#elif} instead of nesting @samp{#if} inside @samp{#else}.
 
37782
 
 
37783
@item
37778
37784
Put the return type of the function, even if it is @code{int}, on the
37779
37785
line above the line with the name and arguments of the function.
37780
37786