[BACK]Return to gmp.info CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gmp

Annotation of OpenXM_contrib/gmp/gmp.info, Revision 1.1.1.4

1.1.1.4 ! ohara       1: This is gmp.info, produced by makeinfo version 4.2 from gmp.texi.
1.1       maekawa     2:
1.1.1.4 ! ohara       3: This manual describes how to install and use the GNU multiple precision
        !             4: arithmetic library, version 4.1.2.
        !             5:
        !             6:    Copyright 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
        !             7: 2001, 2002 Free Software Foundation, Inc.
        !             8:
        !             9:    Permission is granted to copy, distribute and/or modify this
        !            10: document under the terms of the GNU Free Documentation License, Version
        !            11: 1.1 or any later version published by the Free Software Foundation;
        !            12: with no Invariant Sections, with the Front-Cover Texts being "A GNU
        !            13: Manual", and with the Back-Cover Texts being "You have freedom to copy
        !            14: and modify this GNU Manual, like GNU software".  A copy of the license
        !            15: is included in *Note GNU Free Documentation License::.
1.1.1.2   maekawa    16: INFO-DIR-SECTION GNU libraries
1.1       maekawa    17: START-INFO-DIR-ENTRY
1.1.1.2   maekawa    18: * gmp: (gmp).                   GNU Multiple Precision Arithmetic Library.
1.1       maekawa    19: END-INFO-DIR-ENTRY
                     20:
                     21: 
                     22: Indirect:
1.1.1.4 ! ohara      23: gmp.info-1: 901
        !            24: gmp.info-2: 48851
        !            25: gmp.info-3: 98635
        !            26: gmp.info-4: 147925
        !            27: gmp.info-5: 196141
        !            28: gmp.info-6: 241100
        !            29: gmp.info-7: 290895
        !            30: gmp.info-8: 324997
        !            31: gmp.info-9: 357894
1.1       maekawa    32: 
                     33: Tag Table:
                     34: (Indirect)
1.1.1.4 ! ohara      35: Node: Top901
        !            36: Node: Copying3073
        !            37: Node: Introduction to GMP4929
        !            38: Node: Installing GMP7688
        !            39: Node: Build Options8385
        !            40: Node: ABI and ISA23864
        !            41: Node: Notes for Package Builds29309
        !            42: Node: Notes for Particular Systems31348
        !            43: Node: Known Build Problems37416
        !            44: Node: GMP Basics42592
        !            45: Node: Headers and Libraries43239
        !            46: Node: Nomenclature and Types44757
        !            47: Node: Function Classes45809
        !            48: Node: Variable Conventions47247
        !            49: Node: Parameter Conventions48851
        !            50: Node: Memory Management50907
        !            51: Node: Reentrancy52030
        !            52: Node: Useful Macros and Constants53833
        !            53: Node: Compatibility with older versions54599
        !            54: Node: Demonstration Programs55555
        !            55: Node: Efficiency56817
        !            56: Node: Debugging64451
        !            57: Node: Profiling71057
        !            58: Node: Autoconf72679
        !            59: Node: Emacs75326
        !            60: Node: Reporting Bugs75995
        !            61: Node: Integer Functions78524
        !            62: Node: Initializing Integers79269
        !            63: Node: Assigning Integers82968
        !            64: Node: Simultaneous Integer Init & Assign84903
        !            65: Node: Converting Integers86519
        !            66: Node: Integer Arithmetic88923
        !            67: Node: Integer Division90502
        !            68: Node: Integer Exponentiation96341
        !            69: Node: Integer Roots97180
        !            70: Node: Number Theoretic Functions98635
        !            71: Node: Integer Comparisons104647
        !            72: Node: Integer Logic and Bit Fiddling105931
        !            73: Node: I/O of Integers108400
        !            74: Node: Integer Random Numbers110874
        !            75: Node: Integer Import and Export113485
        !            76: Node: Miscellaneous Integer Functions117103
        !            77: Node: Rational Number Functions118808
        !            78: Node: Initializing Rationals119999
        !            79: Node: Rational Conversions122195
        !            80: Node: Rational Arithmetic123516
        !            81: Node: Comparing Rationals124835
        !            82: Node: Applying Integer Functions126189
        !            83: Node: I/O of Rationals127661
        !            84: Node: Floating-point Functions129514
        !            85: Node: Initializing Floats132398
        !            86: Node: Assigning Floats136087
        !            87: Node: Simultaneous Float Init & Assign138421
        !            88: Node: Converting Floats139940
        !            89: Node: Float Arithmetic142254
        !            90: Node: Float Comparison144274
        !            91: Node: I/O of Floats145609
        !            92: Node: Miscellaneous Float Functions147925
        !            93: Node: Low-level Functions149794
        !            94: Node: Random Number Functions170855
        !            95: Node: Random State Initialization171891
        !            96: Node: Random State Seeding174195
        !            97: Node: Formatted Output175539
        !            98: Node: Formatted Output Strings175778
        !            99: Node: Formatted Output Functions180654
        !           100: Node: C++ Formatted Output184635
        !           101: Node: Formatted Input187131
        !           102: Node: Formatted Input Strings187361
        !           103: Node: Formatted Input Functions191808
        !           104: Node: C++ Formatted Input193834
        !           105: Node: C++ Class Interface195120
        !           106: Node: C++ Interface General196141
        !           107: Node: C++ Interface Integers199205
        !           108: Node: C++ Interface Rationals202364
        !           109: Node: C++ Interface Floats205736
        !           110: Node: C++ Interface MPFR208906
        !           111: Node: C++ Interface Random Numbers209488
        !           112: Node: C++ Interface Limitations211889
        !           113: Node: BSD Compatible Functions214705
        !           114: Node: Custom Allocation219167
        !           115: Node: Language Bindings222936
        !           116: Node: Algorithms226271
        !           117: Node: Multiplication Algorithms226969
        !           118: Node: Basecase Multiplication228005
        !           119: Node: Karatsuba Multiplication229885
        !           120: Node: Toom-Cook 3-Way Multiplication233345
        !           121: Node: FFT Multiplication241100
        !           122: Node: Other Multiplication246429
        !           123: Node: Division Algorithms248911
        !           124: Node: Single Limb Division249248
        !           125: Node: Basecase Division252156
        !           126: Node: Divide and Conquer Division253348
        !           127: Node: Exact Division255570
        !           128: Node: Exact Remainder258742
        !           129: Node: Small Quotient Division261004
        !           130: Node: Greatest Common Divisor Algorithms262591
        !           131: Node: Binary GCD262854
        !           132: Node: Accelerated GCD264341
        !           133: Node: Extended GCD266127
        !           134: Node: Jacobi Symbol267785
        !           135: Node: Powering Algorithms268690
        !           136: Node: Normal Powering Algorithm268943
        !           137: Node: Modular Powering Algorithm269460
        !           138: Node: Root Extraction Algorithms270512
        !           139: Node: Square Root Algorithm270817
        !           140: Node: Nth Root Algorithm271784
        !           141: Node: Perfect Square Algorithm272558
        !           142: Node: Perfect Power Algorithm273554
        !           143: Node: Radix Conversion Algorithms274166
        !           144: Node: Binary to Radix274535
        !           145: Node: Radix to Binary278452
        !           146: Node: Other Algorithms280372
        !           147: Node: Factorial Algorithm280658
        !           148: Node: Binomial Coefficients Algorithm282000
        !           149: Node: Fibonacci Numbers Algorithm283325
        !           150: Node: Lucas Numbers Algorithm285798
        !           151: Node: Assembler Coding286475
        !           152: Node: Assembler Code Organisation287383
        !           153: Node: Assembler Basics287988
        !           154: Node: Assembler Carry Propagation289070
        !           155: Node: Assembler Cache Handling290895
        !           156: Node: Assembler Floating Point293048
        !           157: Node: Assembler SIMD Instructions296831
        !           158: Node: Assembler Software Pipelining297808
        !           159: Node: Assembler Loop Unrolling299067
        !           160: Node: Internals301445
        !           161: Node: Integer Internals301954
        !           162: Node: Rational Internals303970
        !           163: Node: Float Internals305201
        !           164: Node: Raw Output Internals312298
        !           165: Node: C++ Interface Internals313482
        !           166: Node: Contributors316795
        !           167: Node: References320558
        !           168: Node: GNU Free Documentation License324997
        !           169: Node: Concept Index344885
        !           170: Node: Function Index357894
1.1       maekawa   171: 
                    172: End Tag Table

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>