{
    "content": [
        {
            "type": "text",
            "text": "# Math::BigInt::GMP (info)\n\n## NAME\n\nMath::BigInt::GMP - backend library for Math::BigInt etc. based on GMP\n\n## SYNOPSIS\n\n# to use it with Math::BigInt\nuse Math::BigInt lib => 'GMP';\n# to use it with Math::BigFloat\nuse Math::BigFloat lib => 'GMP';\n# to use it with Math::BigRat\nuse Math::BigRat lib => 'GMP';\n\n## DESCRIPTION\n\nMath::BigInt::GMP is a backend library for Math::BigInt,\nMath::BigFloat, Math::BigRat and related modules.\n\n## Sections\n\n- **Math::BigInt::GMP(3pm)User Contributed Perl DocumentatioMath::BigInt::GMP(3pm)**\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **STATIC FUNCTIONS**\n- **BUGS**\n- **SUPPORT**\n- **LICENSE**\n- **AUTHORS**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Math::BigInt::GMP",
        "section": "",
        "mode": "info",
        "summary": "Math::BigInt::GMP - backend library for Math::BigInt etc. based on GMP",
        "synopsis": "# to use it with Math::BigInt\nuse Math::BigInt lib => 'GMP';\n# to use it with Math::BigFloat\nuse Math::BigFloat lib => 'GMP';\n# to use it with Math::BigRat\nuse Math::BigRat lib => 'GMP';",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "GMP",
                "section": "3pm",
                "url": "https://www.chedong.com/phpMan.php/man/GMP/3pm/json"
            }
        ],
        "section_outline": [
            {
                "name": "Math::BigInt::GMP(3pm)User Contributed Perl DocumentatioMath::BigInt::GMP(3pm)",
                "lines": 1,
                "subsections": []
            },
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 9,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 13,
                "subsections": []
            },
            {
                "name": "STATIC FUNCTIONS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "BUGS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "SUPPORT",
                "lines": 22,
                "subsections": []
            },
            {
                "name": "LICENSE",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 9,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 9,
                "subsections": []
            }
        ],
        "sections": {
            "Math::BigInt::GMP(3pm)User Contributed Perl DocumentatioMath::BigInt::GMP(3pm)": {
                "content": "",
                "subsections": []
            },
            "NAME": {
                "content": "Math::BigInt::GMP - backend library for Math::BigInt etc. based on GMP\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "# to use it with Math::BigInt\nuse Math::BigInt lib => 'GMP';\n\n# to use it with Math::BigFloat\nuse Math::BigFloat lib => 'GMP';\n\n# to use it with Math::BigRat\nuse Math::BigRat lib => 'GMP';\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Math::BigInt::GMP is a backend library for Math::BigInt,\nMath::BigFloat, Math::BigRat and related modules.\n\nMath::BigInt::GMP provides support for big integer calculations by\nmeans of the GMP C library. See <https://gmplib.org/> for more\ninformation about the GMP library.\n\nMath::BigInt::GMP no longer uses Math::GMP, but provides its own XS\nlayer to access the GMP C library. This cuts out another (Perl\nsubroutine) layer and also reduces the memory footprint.\n\nMath::BigInt::GMP inherits from Math::BigInt::Lib.\n",
                "subsections": []
            },
            "STATIC FUNCTIONS": {
                "content": "$str = gmpversion();\nReturns the underlying GMP library's version as a string, e.g., 6.2.1.\n",
                "subsections": []
            },
            "BUGS": {
                "content": "Please report any bugs or feature requests to \"bug-math-bigint-gmp at\nrt.cpan.org\", or through the web interface at\n<https://rt.cpan.org/Ticket/Create.html?Queue=Math-BigInt-GMP>\n(requires login). We will be notified, and then you'll automatically be\nnotified of progress on your bug as I make changes.\n",
                "subsections": []
            },
            "SUPPORT": {
                "content": "After installing, you can find documentation for this module with the\nperldoc command.\n\nperldoc Math::BigInt::GMP\n\nYou can also look for information at:\n\nGitHub\n<https://github.com/pjacklam/p5-Math-BigInt-GMP>\n\nRT: CPAN's request tracker\n<https://rt.cpan.org/Dist/Display.html?Name=Math-BigInt-GMP>\n\nMetaCPAN\n<https://metacpan.org/release/Math-BigInt-GMP>\n\nCPAN Testers Matrix\n<http://matrix.cpantesters.org/?dist=Math-BigInt-GMP>\n\nCPAN Ratings\n<https://cpanratings.perl.org/dist/Math-BigInt-GMP>\n",
                "subsections": []
            },
            "LICENSE": {
                "content": "This program is free software; you may redistribute it and/or modify it\nunder the same terms as Perl itself.\n",
                "subsections": []
            },
            "AUTHORS": {
                "content": "Tels <http://bloodgate.com/> in 2001-2007.\n\nThanks to Chip Turner (CHIPT on CPAN) for providing Math::GMP, which\nwas inspiring my work.\n\nMaintained by Peter John Acklam <pjacklam@gmail.com> 2010-2021.\n\ngmpversion() provided by FGasper on GitHub.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Math::BigInt::Lib for a description of the API.\n\nAlternative libraries Math::BigInt::Calc, Math::BigInt::FastCalc, and\nMath::BigInt::Pari.\n\nSome of the modules that use these libraries Math::BigInt,\nMath::BigFloat, and Math::BigRat.\n\nperl v5.34.0                      2022-02-06            Math::BigInt::GMP(3pm)",
                "subsections": []
            }
        }
    }
}