0% found this document useful (0 votes)
14 views

GMP HTML

This manual describes how to install and use the GNU multiple precision arithmetic library, version 5.0.5. Permission is granted to copy, distribute and / or modify this document under the terms of the GNU Free Documentation License, version 1. Or any later version published by the Free software Foundation.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

GMP HTML

This manual describes how to install and use the GNU multiple precision arithmetic library, version 5.0.5. Permission is granted to copy, distribute and / or modify this document under the terms of the GNU Free Documentation License, version 1. Or any later version published by the Free software Foundation.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

GNU MP

This manual describes how to install and use the GNU multiple precision arithmetic library, version 5.0.5. Copyright 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with the Front-Cover Texts being A GNU Manual, and with the Back-Cover Texts being You have freedom to copy and modify this GNU Manual, like GNU software. A copy of the license is included in GNU Free Documentation License.

Copying: GMP Copying Conditions (LGPL). Introduction to GMP: Brief introduction to GNU MP. Installing GMP: How to configure and compile the GMP library. GMP Basics: What every GMP user should know. Reporting Bugs: How to usefully report bugs. Integer Functions: Functions for arithmetic on signed integers. Rational Number Functions: Functions for arithmetic on rational numbers. Floating-point Functions: Functions for arithmetic on floats. Low-level Functions: Fast functions for natural numbers. Random Number Functions: Functions for generating random numbers. Formatted Output: printf style output. Formatted Input: scanf style input. C++ Class Interface: Class wrappers around GMP types. BSD Compatible Functions: All functions found in BSD MP. Custom Allocation: How to customize the internal allocation. Language Bindings: Using GMP from other languages. Algorithms: What happens behind the scenes. Internals: How values are represented behind the scenes. Contributors: Who brings you this library? References: Some useful papers and books to read. GNU Free Documentation License Concept Index Function Index

You might also like