36ee1e2015-10-12Pontus Östlund <!doctype html>
5a6e092011-12-03Henrik Grubbström (Grubba) <html> <head>
36ee1e2015-10-12Pontus Östlund  <meta content="width=device-width, initial-scale=1" name="viewport">
7e5ead2016-01-20Pontus Östlund  <meta charset="utf-8">
c0c2c82016-11-14Pontus Östlund  <title>ADT.struct()-&gt;put_bignum() - Pike Reference Manual</title>
0780872016-10-04Pontus Östlund  <!-- 221-->
36ee1e2015-10-12Pontus Östlund  <link rel='stylesheet' href='../../../../style.css'> <script src='../../../../site.js'></script>
0780872016-10-04Pontus Östlund  <script src='../../../../constants.js'></script> <script>PikeDoc.NO_DYNAMIC = true;</script>
0851b02012-03-11Tobias S. Josefowitz  <style type='text/css'>
e8d6742002-12-05H. William Welliver III svg line { stroke:#343434; stroke-width:2; } svg text { fill:#343434; } svg a { fill:#0768b2; text-decoration: underline; } </style>
5a6e092011-12-03Henrik Grubbström (Grubba)  </head>
36ee1e2015-10-12Pontus Östlund  <body>
5a6e092011-12-03Henrik Grubbström (Grubba)  <header>
36ee1e2015-10-12Pontus Östlund  <div class="header">
0e3f092016-04-19Henrik Grubbström (Grubba)  <div id="version"><strong data-id="version"></strong></div>
ed0b3d2016-12-10Martin Nilsson  <button id="burger"> <span class="bar"></span> <span class="bar"></span> <span class="bar"></span> <span class="bar"></span> </button><!-- Hamburger icon -->
7e5ead2016-01-20Pontus Östlund  <h1>
0e3f092016-04-19Henrik Grubbström (Grubba)  <a href="http://pike.lysator.liu.se/" class="logo">
7e5ead2016-01-20Pontus Östlund  <span>Pike programming language</span> </a> </h1>
5878682012-02-05Henrik Grubbström (Grubba)  </div>
5a6e092011-12-03Henrik Grubbström (Grubba)  </header>
36ee1e2015-10-12Pontus Östlund  <div id="page">
5878682012-02-05Henrik Grubbström (Grubba)  <div class="navbar">
36ee1e2015-10-12Pontus Östlund  <nav>
7e5ead2016-01-20Pontus Östlund  <div class="inner" id="navbar">
36ee1e2015-10-12Pontus Östlund  <a href='../../../../index.html'><b class='top head'>Top</b></a>
e8d6742002-12-05H. William Welliver III <a href='../../../../ex/predef_3A_3A/ADT.html'><b class='head'>ADT</b></a> <a href='../../../../ex/predef_3A_3A/ADT/struct.html'><b class='head'>ADT.struct</b></a> <script></script> <noscript> <div class='sidebar'> <a href='../../../../ex/predef_3A_3A/ADT/struct/index.html'><b>Symbol index</b></a><br /> </div> </noscript>
36ee1e2015-10-12Pontus Östlund  </div> </nav>
5878682012-02-05Henrik Grubbström (Grubba)  </div>
36ee1e2015-10-12Pontus Östlund  <div class="content"> <div class="navbox"> <nav> <div class="sidebar"> <a href="../../../../ex/predef_3A_3A/ADT/struct/pop_data.html" class="prev"><span>&#10148;</span> ADT.struct()-&gt;pop_data()</a> <a href="../../../../ex/predef_3A_3A/ADT/struct/put_fix_string.html" class="next">ADT.struct()-&gt;put_fix_string() <span>&#10148;</span></a> </div> </nav> </div> <div class="contentbox"> <article> <h1>Method ADT.struct()-&gt;put_bignum()</h1>
e8d6742002-12-05H. William Welliver III  <hr /> <dl class='group--doc'> <dt class='head--type'><span class='homogen--type'>Method</span> <span class='homogen--name'><b>put_bignum</b></span> </dt>
b0a5b22022-11-20Henrik Grubbström (Grubba) <dd><p><code><code class='object resolved'><a class='ms reference' href='../../../predef_3A_3A/ADT/struct.html'>this_program</a></code> <b><span class='method'>put_bignum</span>(</b><code class='object resolved'><a class='ms reference' href='../../../predef_3A_3A/Gmp/mpz.html'>Gmp.mpz</a></code> <code class='argument'>i</code>, <code class='datatype'>int(1..)</code>|<code class='datatype'>void</code> <code class='argument'>len_width</code><b>)</b></code></p></dd>
e096242003-03-07Martin Nilsson  <dt class='head--doc'>Description</dt> <dd class='body--doc'><p>Appends a bignum <code class='reference paramref'>i</code> as a variable string preceded with an unsigned integer of the size <code class='reference paramref'>len_width</code> declaring the length of the string. <code class='reference paramref'>len_width</code> defaults to 2.</p>
e8d6742002-12-05H. William Welliver III </dd></dl>
36ee1e2015-10-12Pontus Östlund  </article> </div>
5878682012-02-05Henrik Grubbström (Grubba)  </div> </div>
36ee1e2015-10-12Pontus Östlund  <footer>
0780872016-10-04Pontus Östlund  <div id="build-date">Extracted from <strong data-id="version"></strong> as of <strong data-id="date" data-timestamp=""></strong>.</div>
36ee1e2015-10-12Pontus Östlund  </footer>
7e5ead2016-01-20Pontus Östlund  <script>PikeDoc.current = {"link":"ex/predef_3A_3A/ADT/struct/put_bignum.html","name":"put_bignum"};</script>
e8d6742002-12-05H. William Welliver III <script src='../../../../ex/predef_3A_3A/ADT/struct/index.js'></script> <script src='../../../../ex/predef_3A_3A/ADT/struct/load_index.js'></script>
7e5ead2016-01-20Pontus Östlund  <script> // Tell PikeDoc that next actions are from loaded scripts PikeDoc.isInline = false; </script> </body>
b707562011-03-06Henrik Grubbström (Grubba) </html>