{"body":"[timeless@gcc2-power8 doc0]$ cat html/type/Num.html\n<!doctype html>\n<html>\n<head>\n  <title>class Num</title>\n  <meta charset=\"UTF-8\" />\n  <style>\n    /* code gets the browser-default font\n     * kbd gets a slightly less common monospace font\n     * samp gets the hard pixelly fonts\n     */\n    kbd { font-family: \"Droid Sans Mono\", \"Luxi Mono\", \"Inconsolata\", monospace }\n    samp { font-family: \"Terminus\", \"Courier\", \"Lucida Console\", monospace }\n    /* WHATWG HTML frowns on the use of <u> because it looks like a link,\n     * so we make it not look like one.\n     */\n    u { text-decoration: none }\n    .nested {\n        margin-left: 3em;\n    }\n    // footnote things:\n    aside, u { opacity: 0.7 }\n    a[id^=\"fn-\"]:target { background: #ff0 }\n  </style>\n  <link rel=\"stylesheet\" href=\"//design.perl6.org/perl.css\">\n\n  <meta name=viewport content=\"width=device-width, initial-scale=1\">\n<link rel=\"icon\" href=\"/favicon.ico\" type=\"image/x-icon\" />\n<link rel=\"stylesheet\" type=\"text/css\" href=\"/css/style.css\" media=\"screen\" title=\"default\" />\n<link type=\"text/css\" href=\"/css/custom-theme/jquery-ui.css\" rel=\"stylesheet\" />\n<link type=\"text/css\" href=\"/css/pygments.css\" rel=\"stylesheet\" />\n<noscript> <style> #search { visibility: hidden; } </style> </noscript>\n\n</head>\n<body class=\"pod\" id=\"___top\">\n<div id=\"header\" class=\"pretty-box green\">\n    <a href=\"/\"\n        ><img src=\"/images/camelia-small.png\" alt=\"Camelia\" id=\"logo\"\n        >&nbsp;Perl 6 Documentation</a\n    >\n    <div id=\"search\" class=\"ui-widget\">\n        <div class=\"green\">\n            <input placeholder=\"Loading...\" id=\"query\"\n                accesskey=\"f\" title=\"Enter Perl 6 document to search for\">\n        </div>\n        <p id=\"not-found-message\">\n            Not in Index (<a href=\"\" id=\"try-web-search\">try web search</a>)\n        </p>\n    </div>\n    <div class=\"menu\">\n      <div class=\"menu-items dark-green\">\n            <a class=\"menu-item \"\n                href=\"/language.html\">\n                Language\n            </a>\n\n            <a class=\"menu-item selected darker-green\"\n                href=\"/type.html\">\n                Types\n            </a>\n\n            <a class=\"menu-item \"\n                href=\"/routine.html\">\n                Routines\n            </a>\n        </div><div class=\"menu-items darker-green\"><a class=\"menu-item\" href=\"/type.html\">All</a>\n                <a class=\"menu-item\" href=\"/type-basic.html\">\n                    Basic\n                </a>\n\n                <a class=\"menu-item\" href=\"/type-composite.html\">\n                    Composite\n                </a>\n\n                <a class=\"menu-item\" href=\"/type-domain-specific.html\">\n                    Domain-specific\n                </a>\n\n                <a class=\"menu-item\" href=\"/type-exceptions.html\">\n                    Exceptions\n                </a>\n            </div>\n    </div>\n</div>\n<div id=\"content-wrapper\">\n<div id=\"content\" class=\"pretty-box yellow\">\n\n\n<h1 class='title'>class Num</h1>\n<p class='subtitle'>Floating-point number</p>\n<nav class=\"indexgroup\">\n</nav>\n<pre>class Num is Cool does Real { }</pre>\n<p>A <code>Num</code> object stores a floating-point number. It is immutable. On most platforms, it&#39;s an IEEE 754 64-bit floating point numbers, aka &quot;double precision&quot;.</p>\n<h1>Type graph</h1>\n<p>Below you should see a\n        clickable image showing the type relations for Num that links\n        to the documentation pages for the related types. If not, try the\n        <a href=\"/images/type-graph-Num.png\">PNG\n        version</a> instead.</p><svg width=\"261pt\" height=\"332pt\"\n viewBox=\"0.00 0.00 260.54 332.00\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">\n<g id=\"graph0\" class=\"graph\" transform=\"scale(1 1) rotate(0) translate(4 328)\">\n<title>perl6&#45;type&#45;graph</title>\n<polygon fill=\"white\" stroke=\"none\" points=\"-4,4 -4,-328 256.543,-328 256.543,4 -4,4\"/>\n<!-- Num -->\n<g id=\"node1\" class=\"node\"><title>Num</title>\n<g id=\"a_node1\"><a xlink:href=\"/type/Num\" xlink:title=\"Num\">\n<ellipse fill=\"none\" stroke=\"#000000\" cx=\"91.1961\" cy=\"-90\" rx=\"29.795\" ry=\"18\"/>\n<text text-anchor=\"middle\" x=\"91.1961\" y=\"-86.3\" font-family=\"FreeSans\" font-size=\"14.00\" fill=\"#000000\">Num</text>\n</a>\n</g>\n</g>\n<!-- Cool -->\n<g id=\"node4\" class=\"node\"><title>Cool</title>\n<g id=\"a_node4\"><a xlink:href=\"/type/Cool\" xlink:title=\"Cool\">\n<ellipse fill=\"none\" stroke=\"#000000\" cx=\"129.196\" cy=\"-162\" rx=\"28.6953\" ry=\"18\"/>\n<text text-anchor=\"middle\" x=\"129.196\" y=\"-158.3\" font-family=\"FreeSans\" font-size=\"14.00\" fill=\"#000000\">Cool</text>\n</a>\n</g>\n</g>\n<!-- Num&#45;&gt;Cool -->\n<g id=\"edge1\" class=\"edge\"><title>Num&#45;&gt;Cool</title>\n<path fill=\"none\" stroke=\"#000000\" d=\"M100.01,-107.235C104.614,-115.717 110.351,-126.286 115.517,-135.803\"/>\n<polygon fill=\"#000000\" stroke=\"#000000\" points=\"112.583,-137.734 120.43,-144.853 118.735,-134.394 112.583,-137.734\"/>\n</g>\n<!-- Real -->\n<g id=\"node6\" class=\"node\"><title>Real</title>\n<g id=\"a_node6\"><a xlink:href=\"/type/Real\" xlink:title=\"Real\">\n<ellipse fill=\"none\" stroke=\"#6666ff\" cx=\"47.1961\" cy=\"-162\" rx=\"28.6953\" ry=\"18\"/>\n<text text-anchor=\"middle\" x=\"47.1961\" y=\"-158.3\" font-family=\"FreeSans\" font-size=\"14.00\" fill=\"#6666ff\">Real</text>\n</a>\n</g>\n</g>\n<!-- Num&#45;&gt;Real -->\n<g id=\"edge8\" class=\"edge\"><title>Num&#45;&gt;Real</title>\n<path fill=\"none\" stroke=\"#6666ff\" d=\"M80.991,-107.235C75.6042,-115.805 68.878,-126.506 62.8477,-136.1\"/>\n<polygon fill=\"#6666ff\" stroke=\"#6666ff\" points=\"59.7043,-134.524 57.3458,-144.853 65.6308,-138.249 59.7043,-134.524\"/>\n</g>\n<!-- Mu -->\n<g id=\"node2\" class=\"node\"><title>Mu</title>\n<g id=\"a_node2\"><a xlink:href=\"/type/Mu\" xlink:title=\"Mu\">\n<ellipse fill=\"none\" stroke=\"#000000\" cx=\"133.196\" cy=\"-306\" rx=\"27\" ry=\"18\"/>\n<text text-anchor=\"middle\" x=\"133.196\" y=\"-302.3\" font-family=\"FreeSans\" font-size=\"14.00\" fill=\"#000000\">Mu</text>\n</a>\n</g>\n</g>\n<!-- Any -->\n<g id=\"node3\" class=\"node\"><title>Any</title>\n<g id=\"a_node3\"><a xlink:href=\"/type/Any\" xlink:title=\"Any\">\n<ellipse fill=\"none\" stroke=\"#000000\" cx=\"133.196\" cy=\"-234\" rx=\"27\" ry=\"18\"/>\n<text text-anchor=\"middle\" x=\"133.196\" y=\"-230.3\" font-family=\"FreeSans\" font-size=\"14.00\" fill=\"#000000\">Any</text>\n</a>\n</g>\n</g>\n<!-- Any&#45;&gt;Mu -->\n<g id=\"edge2\" class=\"edge\"><title>Any&#45;&gt;Mu</title>\n<path fill=\"none\" stroke=\"#000000\" d=\"M133.196,-252.303C133.196,-260.017 133.196,-269.288 133.196,-277.888\"/>\n<polygon fill=\"#000000\" stroke=\"#000000\" points=\"129.696,-277.896 133.196,-287.896 136.696,-277.896 129.696,-277.896\"/>\n</g>\n<!-- Cool&#45;&gt;Any -->\n<g id=\"edge3\" class=\"edge\"><title>Cool&#45;&gt;Any</title>\n<path fill=\"none\" stroke=\"#000000\" d=\"M130.185,-180.303C130.626,-188.017 131.155,-197.288 131.647,-205.888\"/>\n<polygon fill=\"#000000\" stroke=\"#000000\" points=\"128.154,-206.112 132.219,-215.896 135.142,-205.712 128.154,-206.112\"/>\n</g>\n<!-- Numeric -->\n<g id=\"node5\" class=\"node\"><title>Numeric</title>\n<g id=\"a_node5\"><a xlink:href=\"/type/Numeric\" xlink:title=\"Numeric\">\n<ellipse fill=\"none\" stroke=\"#6666ff\" cx=\"44.1961\" cy=\"-234\" rx=\"44.393\" ry=\"18\"/>\n<text text-anchor=\"middle\" x=\"44.1961\" y=\"-230.3\" font-family=\"FreeSans\" font-size=\"14.00\" fill=\"#6666ff\">Numeric</text>\n</a>\n</g>\n</g>\n<!-- Real&#45;&gt;Numeric -->\n<g id=\"edge9\" class=\"edge\"><title>Real&#45;&gt;Numeric</title>\n<path fill=\"none\" stroke=\"#6666ff\" d=\"M46.4545,-180.303C46.1239,-188.017 45.7266,-197.288 45.358,-205.888\"/>\n<polygon fill=\"#6666ff\" stroke=\"#6666ff\" points=\"41.8606,-205.755 44.9291,-215.896 48.8542,-206.055 41.8606,-205.755\"/>\n</g>\n<!-- NaN -->\n<g id=\"node7\" class=\"node\"><title>NaN</title>\n<g id=\"a_node7\"><a xlink:href=\"/type/NaN\" xlink:title=\"NaN\">\n<ellipse fill=\"none\" stroke=\"#000000\" cx=\"78.1961\" cy=\"-18\" rx=\"28.6953\" ry=\"18\"/>\n<text text-anchor=\"middle\" x=\"78.1961\" y=\"-14.3\" font-family=\"FreeSans\" font-size=\"14.00\" fill=\"#000000\">NaN</text>\n</a>\n</g>\n</g>\n<!-- NaN&#45;&gt;Num -->\n<g id=\"edge4\" class=\"edge\"><title>NaN&#45;&gt;Num</title>\n<path fill=\"none\" stroke=\"#000000\" d=\"M81.343,-35.945C82.7747,-43.6544 84.5054,-52.9731 86.1141,-61.6358\"/>\n<polygon fill=\"#000000\" stroke=\"#000000\" points=\"82.7206,-62.5319 87.9878,-71.7247 89.603,-61.2537 82.7206,-62.5319\"/>\n</g>\n<!-- Stringy -->\n<g id=\"node8\" class=\"node\"><title>Stringy</title>\n<g id=\"a_node8\"><a xlink:href=\"/type/Stringy\" xlink:title=\"Stringy\">\n<ellipse fill=\"none\" stroke=\"#6666ff\" cx=\"214.196\" cy=\"-162\" rx=\"38.1938\" ry=\"18\"/>\n<text text-anchor=\"middle\" x=\"214.196\" y=\"-158.3\" font-family=\"FreeSans\" font-size=\"14.00\" fill=\"#6666ff\">Stringy</text>\n</a>\n</g>\n</g>\n<!-- Str -->\n<g id=\"node9\" class=\"node\"><title>Str</title>\n<g id=\"a_node9\"><a xlink:href=\"/type/Str\" xlink:title=\"Str\">\n<ellipse fill=\"none\" stroke=\"#000000\" cx=\"166.196\" cy=\"-90\" rx=\"27\" ry=\"18\"/>\n<text text-anchor=\"middle\" x=\"166.196\" y=\"-86.3\" font-family=\"FreeSans\" font-size=\"14.00\" fill=\"#000000\">Str</text>\n</a>\n</g>\n</g>\n<!-- Str&#45;&gt;Cool -->\n<g id=\"edge5\" class=\"edge\"><title>Str&#45;&gt;Cool</title>\n<path fill=\"none\" stroke=\"#000000\" d=\"M157.615,-107.235C153.195,-115.596 147.705,-125.984 142.731,-135.394\"/>\n<polygon fill=\"#000000\" stroke=\"#000000\" points=\"139.567,-133.89 137.988,-144.367 145.755,-137.161 139.567,-133.89\"/>\n</g>\n<!-- Str&#45;&gt;Stringy -->\n<g id=\"edge10\" class=\"edge\"><title>Str&#45;&gt;Stringy</title>\n<path fill=\"none\" stroke=\"#6666ff\" d=\"M177.088,-106.884C183.018,-115.531 190.487,-126.425 197.168,-136.167\"/>\n<polygon fill=\"#6666ff\" stroke=\"#6666ff\" points=\"194.472,-138.425 203.014,-144.693 200.245,-134.466 194.472,-138.425\"/>\n</g>\n<!-- NumStr -->\n<g id=\"node10\" class=\"node\"><title>NumStr</title>\n<g id=\"a_node10\"><a xlink:href=\"/type/NumStr\" xlink:title=\"NumStr\">\n<ellipse fill=\"none\" stroke=\"#000000\" cx=\"166.196\" cy=\"-18\" rx=\"40.8928\" ry=\"18\"/>\n<text text-anchor=\"middle\" x=\"166.196\" y=\"-14.3\" font-family=\"FreeSans\" font-size=\"14.00\" fill=\"#000000\">NumStr</text>\n</a>\n</g>\n</g>\n<!-- NumStr&#45;&gt;Num -->\n<g id=\"edge7\" class=\"edge\"><title>NumStr&#45;&gt;Num</title>\n<path fill=\"none\" stroke=\"#000000\" d=\"M149.551,-34.5353C139.172,-44.2222 125.668,-56.826 114.265,-67.469\"/>\n<polygon fill=\"#000000\" stroke=\"#000000\" points=\"111.693,-65.0822 106.77,-74.4641 116.469,-70.1996 111.693,-65.0822\"/>\n</g>\n<!-- NumStr&#45;&gt;Str -->\n<g id=\"edge6\" class=\"edge\"><title>NumStr&#45;&gt;Str</title>\n<path fill=\"none\" stroke=\"#000000\" d=\"M166.196,-36.3034C166.196,-44.0173 166.196,-53.2875 166.196,-61.8876\"/>\n<polygon fill=\"#000000\" stroke=\"#000000\" points=\"162.696,-61.8956 166.196,-71.8957 169.696,-61.8957 162.696,-61.8956\"/>\n</g>\n</g>\n</svg>\n\n</div>\n</div>\n<div id=\"footer-wrapper\">\n  <div id=\"footer\" class=\"pretty-box yellow\">\n  <p>\n      Generated on 2016-06-15T20:36:42Z from <a href='https://github.com/perl6/doc/raw/master/doc/Type/Num.pod'>Type/Num.pod</a> from <a href='https://github.com/perl6/doc'>perl6/doc on GitHub</a>, commit <a href=\"https://github.com/perl6/doc/commit/\"></a>.\n      This is a work in progress to document Perl 6, and known to be\n      incomplete. Your contribution is appreciated.\n  </p>\n  <p>\n      This documentation is provided under the terms of the\n      <a href=\"https://raw.githubusercontent.com/perl6/doc/master/LICENSE\">Artistic License 2.0</a>.\n      The Camelia image is copyright © 2009 by Larry Wall.\n  </p>\n  </div> <!-- footer -->\n</div> <!-- footer-wrapper -->\n\n<script type=\"text/javascript\" src=\"/js/jquery-1.11.3.min.js\"></script>\n<script type=\"text/javascript\" src=\"/js/jquery-ui.min.js\"></script>\n<script type=\"text/javascript\" src=\"/js/search.js\"></script>\n<script type=\"text/javascript\" src=\"/js/main.js\"></script>\n\n</body>\n</html>\n","name":"html/type/Num.html","extension":"html","url":"https://www.irccloud.com/pastebin/vzurfPbq/html%2Ftype%2FNum.html","modified":1466023201,"id":"vzurfPbq","size":11565,"lines":261,"own_paste":false,"theme":"","date":1466023201}