📄 calcemu.html
字号:
<?xml version="1.0" ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<!-- saved from url=(0017)http://localhost/ -->
<script language="JavaScript" src="../../../displayToc.js"></script>
<script language="JavaScript" src="../../../tocParas.js"></script>
<script language="JavaScript" src="../../../tocTab.js"></script>
<link rel="stylesheet" type="text/css" href="../../../scineplex.css">
<title>Math::BigInt::CalcEmu - Emulate low-level math with BigInt code</title>
<link rel="stylesheet" href="../../../Active.css" type="text/css" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:" />
</head>
<body>
<script>writelinks('__top__',3);</script>
<h1><a>Math::BigInt::CalcEmu - Emulate low-level math with BigInt code</a></h1>
<p><a name="__index__"></a></p>
<!-- INDEX BEGIN -->
<ul>
<li><a href="#name">NAME</a></li>
<li><a href="#synopsis">SYNOPSIS</a></li>
<li><a href="#description">DESCRIPTION</a></li>
<li><a href="#methods">METHODS</a></li>
<ul>
<li><a href="#__emu_bxor">__emu_bxor</a></li>
<li><a href="#__emu_band">__emu_band</a></li>
<li><a href="#__emu_bior">__emu_bior</a></li>
</ul>
<li><a href="#license">LICENSE</a></li>
<li><a href="#authors">AUTHORS</a></li>
<li><a href="#see_also">SEE ALSO</a></li>
</ul>
<!-- INDEX END -->
<hr />
<p>
</p>
<h1><a name="name">NAME</a></h1>
<p>Math::BigInt::CalcEmu - Emulate low-level math with BigInt code</p>
<p>
</p>
<hr />
<h1><a name="synopsis">SYNOPSIS</a></h1>
<pre>
<span class="keyword">use</span> <span class="variable">Math::BigInt::CalcEmu</span><span class="operator">;</span>
</pre>
<p>
</p>
<hr />
<h1><a name="description">DESCRIPTION</a></h1>
<p>Contains routines that emulate low-level math functions in BigInt, e.g.
optional routines the low-level math package does not provide on it's own.</p>
<p>Will be loaded on demand and called automatically by BigInt.</p>
<p>Stuff here is really low-priority to optimize, since it is far better to
implement the operation in the low-level math libary directly, possible even
using a call to the native lib.</p>
<p>
</p>
<hr />
<h1><a name="methods">METHODS</a></h1>
<p>
</p>
<h2><a name="__emu_bxor">__emu_bxor</a></h2>
<p>
</p>
<h2><a name="__emu_band">__emu_band</a></h2>
<p>
</p>
<h2><a name="__emu_bior">__emu_bior</a></h2>
<p>
</p>
<hr />
<h1><a name="license">LICENSE</a></h1>
<pre>
This program is free software; you may redistribute it and/or modify it under
the same terms as Perl itself.</pre>
<p>
</p>
<hr />
<h1><a name="authors">AUTHORS</a></h1>
<p>(c) Tels <a href="http://bloodgate.com">http://bloodgate.com</a> 2003, 2004 - based on BigInt code by
Tels from 2001-2003.</p>
<p>
</p>
<hr />
<h1><a name="see_also">SEE ALSO</a></h1>
<p><a href="../../../lib/Math/BigInt.html">the Math::BigInt manpage</a>, <a href="../../../lib/Math/BigFloat.html">the Math::BigFloat manpage</a>, <a href="../../../Math/BigInt/BitVect.html">the Math::BigInt::BitVect manpage</a>,
<a href="../../../Math/BigInt/GMP.html">the Math::BigInt::GMP manpage</a> and <a href="../../../Math/BigInt/Pari.html">the Math::BigInt::Pari manpage</a>.</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -